diff options
-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"' |