From f8814933340961ca39b449fd413bba177574af38 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 12 Mar 1998 14:28:02 -0500 Subject: [svn-r317] Added Irix 5.3 support (on fuga) --- config/irix5.3 | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 config/irix5.3 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 -- cgit v0.12