From b48097710c982f2c0f59de0ce39d2c19d8365fff Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 24 Jan 2000 15:28:32 +0000 Subject: [PATCH] Remove -G0 from Irix NON_GCC_TEST_OPTIONS. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5