summaryrefslogtreecommitdiff
path: root/hints/unicos.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-05-03 17:45:30 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-05-03 17:45:30 +0000
commit45ff97fd481b152e32f20b4632d328a4b033bbe2 (patch)
treeb8209b0512e855083797e23207b98dd27001a6a1 /hints/unicos.sh
parent428eeaed0f30350713bf53c6882f16898acb42bb (diff)
downloadperl-45ff97fd481b152e32f20b4632d328a4b033bbe2.tar.gz
Detypo.
p4raw-id: //depot/cfgperl@6055
Diffstat (limited to 'hints/unicos.sh')
-rw-r--r--hints/unicos.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/unicos.sh b/hints/unicos.sh
index 12a809d5f4..33974f2b81 100644
--- a/hints/unicos.sh
+++ b/hints/unicos.sh
@@ -8,7 +8,7 @@ case "$optimize" in
esac
# The default is to die on math overflows with an runtime error.
# Let's not do that. --jhi
-ccflags="$ccflags -h matherr=errno"
+ccflags="$ccflags -h matherror=errno"
# Avoid an optimizer bug where a volatile variables
# isn't correctly saved and restored --Mark P. Lutz
pp_ctl_cflags='ccflags="$ccflags -h scalar0 -h vector0"'