summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-05-08 21:15:06 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-05-08 21:15:06 +0000
commit23ba291d5a581f12c90346ee6444229b5c863176 (patch)
tree4515542795fafe99600b641f46cf7bb5e4104c3d /hints
parent1381c0fe30055e383685f2b69d589d9b44b11929 (diff)
downloadperl-23ba291d5a581f12c90346ee6444229b5c863176.tar.gz
More compilation tweakery from Allen Smith.
p4raw-id: //depot/cfgperl@6100
Diffstat (limited to 'hints')
-rw-r--r--hints/irix_6.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/hints/irix_6.sh b/hints/irix_6.sh
index 6d5b51be48..ce301df2ff 100644
--- 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.