hdf5/config/irix5.3
1998-03-12 14:28:02 -05:00

14 lines
269 B
Bash

#!/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