summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-03-12 19:28:02 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-03-12 19:28:02 (GMT)
commitf8814933340961ca39b449fd413bba177574af38 (patch)
tree97a79ced876b9806b814b22b5708c1f47268af94
parent2d148236d105a736afcda4af183dd92fcee0845a (diff)
downloadhdf5-f8814933340961ca39b449fd413bba177574af38.zip
hdf5-f8814933340961ca39b449fd413bba177574af38.tar.gz
hdf5-f8814933340961ca39b449fd413bba177574af38.tar.bz2
[svn-r317] Added Irix 5.3 support (on fuga)
-rw-r--r--config/irix5.313
1 files changed, 13 insertions, 0 deletions
diff --git a/config/irix5.3 b/config/irix5.3
new file mode 100644
index 0000000..e24bd25
--- /dev/null
+++ b/config/irix5.3
@@ -0,0 +1,13 @@
+#!/bin/sh
+# Site configuration -- do not distribute this file.
+
+CC="cc"
+
+# -woff 799 about long long type non-standard
+
+RANLIB=: # SGI does not use ranlib
+
+# Don't set CFLAGS if the user already did.
+if test -z "$CFLAGS"; then
+ CFLAGS="-ansi -fullwarn -woff 799"
+fi