mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[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
This commit is contained in:
parent
214aa4a367
commit
f3671809b5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user