diff options
author | Dave Love <fx@gnu.org> | 2000-01-24 15:28:32 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-01-24 15:28:32 +0000 |
commit | b3c5764e6f4e97ffcd4d22be4f59bd9982dfea95 (patch) | |
tree | 4a5f2bed0b0d0c5abc67c4c0d91bdbdbbaee571f /configure.in | |
parent | 911157c86119353521c04e809ebbeaa59ff8a151 (diff) | |
download | emacs-b3c5764e6f4e97ffcd4d22be4f59bd9982dfea95.tar.gz |
Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2580d9cdae2..f7f2f053731 100644 --- a/configure.in +++ b/configure.in @@ -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 |