summaryrefslogtreecommitdiff
path: root/hints/irix_6_3.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/irix_6_3.sh')
-rw-r--r--hints/irix_6_3.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/hints/irix_6_3.sh b/hints/irix_6_3.sh
deleted file mode 100644
index 11bd82ac38..0000000000
--- a/hints/irix_6_3.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-# hints/irix_6_3.sh
-#
-# Created by John Stoffel (jfs@fluent.com), 01/13/1997
-# Based on the Irix 6.2 hints file, but simplified.
-
-# Configure can't parse 'nm' output on Irix 6.3
-usenm='n'
-
-# This keeps optimizer warnings quiet.
-ccflags="$ccflags -Olimit 3000"
-
-# Gets rid of some extra libs that don't seem to be really needed.
-# See the Irix 6.2 hints file for some justifications.
-set `echo X "$libswanted "|sed -e 's/ sun / /' -e 's/ crypt / /' -e 's/ bsd / /' -e 's/ PW / /' -e 's/ dl / /' -e 's/ socket / /' -e 's/ nsl / /'`
-shift
-libswanted="$*"