summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1998-01-30 08:25:38 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1998-01-30 08:25:38 (GMT)
commit69902d92781798acc58583f579afc4253e2ec243 (patch)
treed8bf13e0b93c3df2525d3456525f521b5b0217ca /config
parentcb8a986afd0b24c107d529ee144cdf8e97099472 (diff)
downloadhdf5-69902d92781798acc58583f579afc4253e2ec243.zip
hdf5-69902d92781798acc58583f579afc4253e2ec243.tar.gz
hdf5-69902d92781798acc58583f579afc4253e2ec243.tar.bz2
[svn-r199] Added -ansi compile option.
Diffstat (limited to 'config')
-rw-r--r--config/irix642
1 files changed, 1 insertions, 1 deletions
diff --git a/config/irix64 b/config/irix64
index 203cdef..3d4b3eb 100644
--- a/config/irix64
+++ b/config/irix64
@@ -35,7 +35,7 @@
# Unconditionally set the compiler to gcc since the following flags
# only apply to that compiler.
-CC="cc -64"
+CC="cc -ansi -64"
warn="-fullwarn"