summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-02-03 23:26:56 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-02-03 23:26:56 (GMT)
commitb62a5415911d396c815a3f52c541ca50b265f4df (patch)
tree9c5c65d634cb10fac1ebcee91f89fcc08a8e43fe /config
parentf9e03f47145f26aae3dfbeae063031fa7d84f8a1 (diff)
downloadhdf5-b62a5415911d396c815a3f52c541ca50b265f4df.zip
hdf5-b62a5415911d396c815a3f52c541ca50b265f4df.tar.gz
hdf5-b62a5415911d396c815a3f52c541ca50b265f4df.tar.bz2
[svn-r1057] Updated gcc flags for 2.7.x compilers
Diffstat (limited to 'config')
-rw-r--r--config/linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/linux b/config/linux
index 46e101a..f314915 100644
--- a/config/linux
+++ b/config/linux
@@ -27,7 +27,7 @@ case `$CC -v 2>&1 |grep 'gcc version' |sed 's/.*gcc version //'` in
echo " +------------------------------------------------+"
sleep 5
CFLAGS="$CFLAGS -ansi"
- PROD_CFLAGS="$ARCH -O3 $NOFP -finline-functions -fschedule-insns2 -Wno-shadow"
+ PROD_CFLAGS="-O3 $NOFP -finline-functions -Wno-shadow"
PROD_CPPFLAGS="$HDF4_FLAGS"
DEBUG_CFLAGS="-g -fverbose-asm -Wno-shadow"
DEBUG_CPPFLAGS="$HDF4_FLAGS -DH5F_OPT_SEEK=0 -DH5F_LOW_DFLT=H5F_LOW_SEC2"