mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r317] Added Irix 5.3 support (on fuga)
This commit is contained in:
parent
2d148236d1
commit
f881493334
13
config/irix5.3
Normal file
13
config/irix5.3
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user