diff options
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 |