diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-01 15:14:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-05-01 15:14:52 (GMT) |
commit | f3671809b57b368954a6003df27ebd75cb69734c (patch) | |
tree | a8a85a75f10466839ee6be9d682f2011758e1386 /config | |
parent | 214aa4a3672c585d7afcf31a869e01cc48a53dd2 (diff) | |
download | hdf5-f3671809b57b368954a6003df27ebd75cb69734c.zip hdf5-f3671809b57b368954a6003df27ebd75cb69734c.tar.gz hdf5-f3671809b57b368954a6003df27ebd75cb69734c.tar.bz2 |
[svn-r5309] Purpose:
Configure cleanup
Description:
Neaten up file a bit more...
Platforms tested:
Linux 2.2 (eirene) with gcc 2.95.2 and Solaris 2.6 (baldric) with gcc 2.8.1
Diffstat (limited to 'config')
-rw-r--r-- | config/gnu-flags | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/gnu-flags b/config/gnu-flags index 228ae1b..0b10a40 100644 --- a/config/gnu-flags +++ b/config/gnu-flags @@ -151,7 +151,7 @@ case "$cc_vendor-$cc_version" in gcc-2.8*) # General - CFLAGS="$CFLAGS $ARCH -Wsign-compare" + # No changes from default GCC flags... # Production PROD_CFLAGS="$PROD_CFLAGS -fschedule-insns2" @@ -161,7 +161,7 @@ case "$cc_vendor-$cc_version" in ;; gcc-2.95*) - # Append some extra warning flags that only gcc3+ know about + # Append some extra warning flags that only gcc2.95+ know about CFLAGS="$CFLAGS -Wno-long-long" # Flags are set |