diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-05-20 05:17:09 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-05-20 05:17:09 (GMT) |
commit | e5865cbf35f36ee6f9518d7446fcce6f2a5c2ad3 (patch) | |
tree | 141313c12c02b2f9c099da7a33032e1f3d10f6a4 | |
parent | c26a0bc516d9e8e72e8301df074e025a2b4a10aa (diff) | |
download | hdf5-e5865cbf35f36ee6f9518d7446fcce6f2a5c2ad3.zip hdf5-e5865cbf35f36ee6f9518d7446fcce6f2a5c2ad3.tar.gz hdf5-e5865cbf35f36ee6f9518d7446fcce6f2a5c2ad3.tar.bz2 |
[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:
-rw-r--r-- | config/irix6.x | 8 |
1 files changed, 1 insertions, 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 ;; *) |