summaryrefslogtreecommitdiffstats
path: root/config/gnu-flags
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 16:42:03 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-05-15 16:42:03 (GMT)
commit389cc309c55299b7f4ae4ed77f039a878e67335d (patch)
tree6f95e817301937201e2ad3b13d32923e678a1384 /config/gnu-flags
parentfb1776dd9e61645b1123ca456632f323e954c5f5 (diff)
downloadhdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.zip
hdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.tar.gz
hdf5-389cc309c55299b7f4ae4ed77f039a878e67335d.tar.bz2
[svn-r15007] Purpose: configure cleanup
Description: cleaning up configure related to removal of --disable-hsizet flag, which we no longer support. Tested: kagiso
Diffstat (limited to 'config/gnu-flags')
-rw-r--r--config/gnu-flags14
1 files changed, 5 insertions, 9 deletions
diff --git a/config/gnu-flags b/config/gnu-flags
index b700038..401bafe 100644
--- a/config/gnu-flags
+++ b/config/gnu-flags
@@ -52,11 +52,10 @@ if test gcc = "$cc_vendor" -a "$cc_vers_all" -lt 2008001; then
cat <<EOF
**
** This compiler may be unable to properly compile the long long
- ** data type used extensively by hdf5, although specifying
- ** --disable-hsizet for configure may work around those bugs.
- ** There may be other code generation problems also, especially
- ** when optimizations are enabled. Please upgrade to at least GNU
- ** gcc version 2.8.1 before reporting bugs to the HDF5 team.
+ ** data type used extensively by hdf5. There may be other code
+ ** generation problems also, especially when optimizations are
+ ** enabled. Please upgrade to at least GNU gcc version 2.8.1
+ ** before reporting bugs to the HDF5 team.
**
EOF
sleep 5
@@ -77,16 +76,13 @@ EOF
# Current EGCS compilers have problems with `long long' and register
# allocation when optimizations are turned on for x86 systems.
elif test egcs = "$cc_vendor" -a "$cc_vers_all" -le 2091066; then
- if test "$HSIZET" != "large"; then
cat <<EOF
**
** This compiler may have problems allocating registers when
- ** optimizations are enabled on some platforms. Specifying
- ** --disable-hsizet usually avoids the bug.
+ ** optimizations are enabled on some platforms.
**
EOF
sleep 5
- fi
# All current versions of PGCC have problems also.
elif test pgcc = "$cc_vendor" -a "$cc_vers_all" -le 2091066; then