Eliminate FP exceptions under SCO 5
[p5sagit/p5-mst-13.2.git] / hints / sco.sh
index 72c3d1c..6062fbe 100644 (file)
@@ -84,7 +84,7 @@ icc)# Apparently, SCO's cc gives rather verbose warnings
        # Set -w0 to turn them off.
        case $scorls in
        3) ccflags="$ccflags -W0 -quiet -U M_XENIX" ;;
-       5) ccflags="$ccflags -w0 -U M_XENIX" ;;
+       5) ccflags="$ccflags -w0 -U M_XENIX -DPERL_SCO5" ;;
        esac
        ;;
 esac