diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-03 17:45:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-03 17:45:30 +0000 |
commit | 45ff97fd481b152e32f20b4632d328a4b033bbe2 (patch) | |
tree | b8209b0512e855083797e23207b98dd27001a6a1 /hints/unicos.sh | |
parent | 428eeaed0f30350713bf53c6882f16898acb42bb (diff) | |
download | perl-45ff97fd481b152e32f20b4632d328a4b033bbe2.tar.gz |
Detypo.
p4raw-id: //depot/cfgperl@6055
Diffstat (limited to 'hints/unicos.sh')
-rw-r--r-- | hints/unicos.sh | 2 |
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"' |