diff options
| author | Dave Love | 2000-01-24 15:28:32 +0000 |
|---|---|---|
| committer | Dave Love | 2000-01-24 15:28:32 +0000 |
| commit | b48097710c982f2c0f59de0ce39d2c19d8365fff (patch) | |
| tree | b694b37b9509ff22ed3feae124410536c01f3db8 | |
| parent | 9482c3ea3b794c6232c893cc29ef1bd8ea33ad54 (diff) | |
| download | emacs-b48097710c982f2c0f59de0ce39d2c19d8365fff.tar.gz emacs-b48097710c982f2c0f59de0ce39d2c19d8365fff.zip | |
Remove -G0 from Irix NON_GCC_TEST_OPTIONS.
| -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 | |||
| 773 | # so that, for instance, grepping for `free' in stdlib.h fails and | 773 | # so that, for instance, grepping for `free' in stdlib.h fails and |
| 774 | # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). | 774 | # AC_HEADER_STD_C fails. (MIPSPro 7.2.1.2m compilers, Irix 6.5.3m). |
| 775 | NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" | 775 | NON_GNU_CPP="/lib/cpp -D_LANGUAGE_C" |
| 776 | NON_GCC_TEST_OPTIONS="-n32 -G0 -D_LANGUAGE_C" | 776 | NON_GCC_TEST_OPTIONS="-n32 -D_LANGUAGE_C" |
| 777 | ;; | 777 | ;; |
| 778 | mips-sgi-irix6* ) | 778 | mips-sgi-irix6* ) |
| 779 | machine=iris4d opsys=irix6-0 | 779 | machine=iris4d opsys=irix6-0 |