From: Jarkko Hietaniemi Date: Fri, 5 Nov 1999 19:50:46 +0000 (+0000) Subject: The -n32 is normally part of $cc, not $ccflags. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a0ff8896d790ac2512dd725626e502174685a53;p=p5sagit%2Fp5-mst-13.2.git The -n32 is normally part of $cc, not $ccflags. p4raw-id: //depot/cfgperl@4522 --- diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 8a0b318..488c6bb 100644 --- a/hints/irix_6.sh +++ b/hints/irix_6.sh @@ -241,7 +241,7 @@ EOM exit 1 ;; esac - case "$ccflags" in + case "$cc $ccflags" in *-n32*) case "$ccflags" in *-DUSE_LONG_LONG) ;;