From: Jarkko Hietaniemi Date: Wed, 3 May 2000 17:45:30 +0000 (+0000) Subject: Detypo. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=45ff97fd481b152e32f20b4632d328a4b033bbe2;p=p5sagit%2Fp5-mst-13.2.git Detypo. p4raw-id: //depot/cfgperl@6055 --- diff --git a/hints/unicos.sh b/hints/unicos.sh index 12a809d..33974f2 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"'