Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
This commit is contained in:
parent
9482c3ea3b
commit
b48097710c
1 changed files with 1 additions and 1 deletions
|
@ -773,7 +773,7 @@ case "${canonical}" in
|
|||
# so that, for instance, grepping for `free' in stdlib.h fails and
|
||||
# AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m).
|
||||
NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C"
|
||||
NON_GCC_TEST_OPTIONS="-n32 -G0 -D_LANGUAGE_C"
|
||||
NON_GCC_TEST_OPTIONS="-n32 -D_LANGUAGE_C"
|
||||
;;
|
||||
mips-sgi-irix6* )
|
||||
machine=iris4d opsys=irix6-0
|
||||
|
|
Loading…
Add table
Reference in a new issue