From 6a0ff8896d790ac2512dd725626e502174685a53 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 5 Nov 1999 19:50:46 +0000 Subject: [PATCH] The -n32 is normally part of $cc, not $ccflags. p4raw-id: //depot/cfgperl@4522 --- hints/irix_6.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ;; -- 2.7.4