Fix unnecessary re-linking
[p5sagit/p5-mst-13.2.git] / hints / irix_6_3.sh
1 # hints/irix_6_3.sh
2 #
3 # Created by John Stoffel (jfs@fluent.com), 01/13/1997
4 # Based on the Irix 6.2 hints file, but simplified.
5
6 # Configure can't parse 'nm' output on Irix 6.3
7 usenm='n'
8
9 # This keeps optimizer warnings quiet.
10 ccflags="$ccflags -Olimit 3000"
11
12 # Gets rid of some extra libs that don't seem to be really needed.
13 # See the Irix 6.2 hints file for some justifications.
14 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 / /'`
15 shift
16 libswanted="$*"