diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-03-12 19:28:02 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-03-12 19:28:02 (GMT) |
commit | f8814933340961ca39b449fd413bba177574af38 (patch) | |
tree | 97a79ced876b9806b814b22b5708c1f47268af94 /config | |
parent | 2d148236d105a736afcda4af183dd92fcee0845a (diff) | |
download | hdf5-f8814933340961ca39b449fd413bba177574af38.zip hdf5-f8814933340961ca39b449fd413bba177574af38.tar.gz hdf5-f8814933340961ca39b449fd413bba177574af38.tar.bz2 |
[svn-r317] Added Irix 5.3 support (on fuga)
Diffstat (limited to 'config')
-rw-r--r-- | config/irix5.3 | 13 |
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 |