summaryrefslogtreecommitdiff
path: root/hints/sco.sh
diff options
context:
space:
mode:
authorChip Salzenberg <chip@perl.com>1997-02-17 17:59:02 +1200
committerChip Salzenberg <chip@atlantic.net>1997-02-18 13:22:00 +1200
commit35f4835537ae774426df7791662087b4be88978a (patch)
treeccc68eb1b9663cb1b72035ae67d9bda6219dd17b /hints/sco.sh
parent15ff848f77796a7eb1aa7d49b2bc68dd9e9c24f9 (diff)
downloadperl-35f4835537ae774426df7791662087b4be88978a.tar.gz
Eliminate FP exceptions under SCO 5
Diffstat (limited to 'hints/sco.sh')
-rw-r--r--hints/sco.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/sco.sh b/hints/sco.sh
index 72c3d1c75c..6062fbeb2e 100644
--- a/hints/sco.sh
+++ b/hints/sco.sh
@@ -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