diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-05 19:50:46 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-11-05 19:50:46 +0000 |
commit | 6a0ff8896d790ac2512dd725626e502174685a53 (patch) | |
tree | 462e8dfcc6c60cb4e1656a9c8cdc250fa4b10a3e /hints/irix_6.sh | |
parent | 9edfffed45d005f6a85767a405c48b9f793098df (diff) | |
download | perl-6a0ff8896d790ac2512dd725626e502174685a53.tar.gz |
The -n32 is normally part of $cc, not $ccflags.
p4raw-id: //depot/cfgperl@4522
Diffstat (limited to 'hints/irix_6.sh')
-rw-r--r-- | hints/irix_6.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh index 8a0b318693..488c6bb0ae 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) ;; |