6.1*) shellflags="-m+65536" ;;
esac
case "$optimize" in
-# if we used fastmd (the default) integer values would be limited to 43 bits
+# If we used fastmd (the default) integer values would be limited to 43 bits.
# --Mark P. Lutz
-'') optimize="-h nofastmd" ;;
+'') optimize="$optimize -h nofastmd" ;;
esac
+# The default is to die on math overflows with an runtime error.
+# Let's not do that. --jhi
+ccflags="$ccflags -h matherr=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"'