projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1381c0f
)
More compilation tweakery from Allen Smith.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 8 May 2000 21:15:06 +0000
(21:15 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 8 May 2000 21:15:06 +0000
(21:15 +0000)
p4raw-id: //depot/cfgperl@6100
hints/irix_6.sh
patch
|
blob
|
history
diff --git
a/hints/irix_6.sh
b/hints/irix_6.sh
index
6d5b51b
..
ce301df
100644
(file)
--- a/
hints/irix_6.sh
+++ b/
hints/irix_6.sh
@@
-236,7
+236,8
@@
ldflags="$ldflags -Wl,-woff,84"
# workaround for an optimizer bug
case "`$cc -version 2>&1`" in
-*7.2.*|*7.3.1.*) op_cflags='optimize=-O1' ;;
+*7.2.*) op_cflags='optimize=-O1'; opmini_cflags='optimize=-O1' ;;
+*7.3.1.*) op_cflags='optimize=-O2'; opmini_cflags='optimize=-O2' ;;
esac
# We don't want these libraries.