for AIX we need to use the C compiler for the assembler - this is

for the xptcall stuff
This commit is contained in:
jdunn%netscape.com 1999-05-26 23:26:31 +00:00
Родитель 9bef84f59a
Коммит 0c89e9e68b
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -260,6 +260,7 @@ case "$target" in
fi
MKSHLIB='$(AIX_SHLIB_BIN) -p1 -brtl -berok --'
MKCSHLIB='$(AIX_SHLIB_BIN) -p1 -brtl -berok --'
AS='$(CC)'
;;
*-bsdi*)