projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9edfffe
)
The -n32 is normally part of $cc, not $ccflags.
Jarkko Hietaniemi [Fri, 5 Nov 1999 19:50:46 +0000 (19:50 +0000)]
p4raw-id: //depot/cfgperl@4522
hints/irix_6.sh
patch
|
blob
|
blame
|
history
diff --git
a/hints/irix_6.sh
b/hints/irix_6.sh
index
8a0b318
..
488c6bb
100644
(file)
--- 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) ;;