summaryrefslogtreecommitdiff
path: root/hints/posix-bc.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-08-07 23:35:27 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-07 23:35:27 +0000
commit7014c40783484eed55bf735c99b9ec618f0b36dd (patch)
tree8122c4552292305a54f3be3887fbac49ba651db6 /hints/posix-bc.sh
parent5a7beb56c5db2ec34282658c69d8ac3da98cdd0e (diff)
downloadperl-7014c40783484eed55bf735c99b9ec618f0b36dd.tar.gz
Ignore SIGFPE everywhere.
p4raw-id: //depot/perl@11608
Diffstat (limited to 'hints/posix-bc.sh')
-rw-r--r--hints/posix-bc.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/hints/posix-bc.sh b/hints/posix-bc.sh
index f844525a75..a7d3d2c4ab 100644
--- a/hints/posix-bc.sh
+++ b/hints/posix-bc.sh
@@ -19,9 +19,8 @@ esac
# -DPOSIX_BC
# -DUSE_PURE_BISON
# -D_XOPEN_SOURCE_EXTENDED alters system headers.
-# -DPERL_IGNORE_FPUSIG=SIGFPE
# Prepend your favorites with Configure -Dccflags=your_favorites
-ccflags="$ccflags -Kenum_long,llm_case_lower,llm_keep,no_integer_overflow -DPOSIX_BC -DUSE_PURE_BISON -D_XOPEN_SOURCE_EXTENDED -DPERL_IGNORE_FPUSIG=SIGFPE"
+ccflags="$ccflags -Kenum_long,llm_case_lower,llm_keep,no_integer_overflow -DPOSIX_BC -DUSE_PURE_BISON -D_XOPEN_SOURCE_EXTENDED"
# ccdlflags have yet to be determined.
#case "$ccdlflags" in