IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
to work correctly.
p4raw-link: @8682 on //depot/maint-5.6/perl:
9524ea9fdf0a6b7bf0bab788b2760d62f3f67df2
p4raw-id: //depot/perl@8753
p4raw-integrated: from //depot/maint-5.6/perl@8752 'copy in'
hints/irix_6.sh (@8152..)
libc='/usr/lib32/libc.so'
plibpth='/usr/lib32 /lib32 /usr/ccs/lib'
;;
-*"cc -64")
+*"cc -64"*)
loclibpth="$loclibpth /usr/lib64"
libscheck='case "`/usr/bin/file $xxx`" in
# Settings common to both native compiler modes.
case "$cc" in
-*"cc -n32"|*"cc -64")
+*"cc -n32"*|*"cc -64"*)
ld=$cc
# perl's malloc can return improperly aligned buffer