diff options
-rw-r--r-- | config/irix6.2 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/irix6.2 b/config/irix6.2 new file mode 100644 index 0000000..a1c55c4 --- /dev/null +++ b/config/irix6.2 @@ -0,0 +1,6 @@ +# Site configuration -- do not distribute this file. + +if test "x$CFLAGS" = "x"; then + CFLAGS="-ansi -n32" +fi + |