From e5865cbf35f36ee6f9518d7446fcce6f2a5c2ad3 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 20 May 2003 00:17:09 -0500 Subject: [svn-r6904] Description: Replaced the individual setting of gcc flags with the combined gnu-flags file. Platforms tested: Tested in modi4 with different combinations of gcc. No needed to run three platforms tests since this is for irix machines only. Misc. update: --- config/irix6.x | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/config/irix6.x b/config/irix6.x index 65af4e9..a79613a 100644 --- a/config/irix6.x +++ b/config/irix6.x @@ -16,13 +16,7 @@ RANLIB=: # Compiler flags case "X-$CC_BASENAME" in X-gcc) - CFLAGS="$CFLAGS -Wsign-compare" #Only works for some versions - DEBUG_CFLAGS="-g -fverbose-asm" - DEBUG_CPPFLAGS= - PROD_CFLAGS="-O3" - PROD_CPPFLAGS= - PROFILE_CFLAGS="-pg" - PROFILE_CPPFLAGS= + . $srcdir/config/gnu-flags ;; *) -- cgit v0.12