Bugzilla bug #28711: enabled gcc to assemble os_Irix.s on IRIX. Thanks to

John Vandenberg <zeroJ@null.net> for the research and the fix.
Modified files: configure.in configure
This commit is contained in:
wtc%netscape.com 2001-05-22 13:28:34 +00:00
Родитель 96a52898aa
Коммит e12577e429
2 изменённых файлов: 2 добавлений и 2 удалений

2
nsprpub/configure поставляемый
Просмотреть файл

@ -3385,7 +3385,7 @@ EOF
;;
esac
if test "$GNU_CC"; then
AS='$(CC) -x assembler-with-cpp -D_ASM -mips2 $(INCLUDES)'
AS='$(CC) -Wp,-P -x assembler-with-cpp -D_ASM -mips2 $(INCLUDES)'
CFLAGS="$CFLAGS -Wall -Wno-format"
_OPTIMIZE_FLAGS="-O6"
else

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

@ -954,7 +954,7 @@ case "$target" in
;;
esac
if test "$GNU_CC"; then
AS='$(CC) -x assembler-with-cpp -D_ASM -mips2 $(INCLUDES)'
AS='$(CC) -Wp,-P -x assembler-with-cpp -D_ASM -mips2 $(INCLUDES)'
CFLAGS="$CFLAGS -Wall -Wno-format"
_OPTIMIZE_FLAGS="-O6"
else