diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-07 23:35:27 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-08-07 23:35:27 +0000 |
commit | 7014c40783484eed55bf735c99b9ec618f0b36dd (patch) | |
tree | 8122c4552292305a54f3be3887fbac49ba651db6 /hints/uts.sh | |
parent | 5a7beb56c5db2ec34282658c69d8ac3da98cdd0e (diff) | |
download | perl-7014c40783484eed55bf735c99b9ec618f0b36dd.tar.gz |
Ignore SIGFPE everywhere.
p4raw-id: //depot/perl@11608
Diffstat (limited to 'hints/uts.sh')
-rw-r--r-- | hints/uts.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/uts.sh b/hints/uts.sh index 74bedbda06..eb0d78ce11 100644 --- a/hints/uts.sh +++ b/hints/uts.sh @@ -1,7 +1,7 @@ archname='s390' archobjs='uts/strtol_wrap.o uts/sprintf_wrap.o' cc='cc -Xa' -ccflags='-XTSTRINGS=1500000 -DStrtol=strtol_wrap32 -DStrtoul=strtoul_wrap32 -DPERL_IGNORE_FPUSIG=SIGFPE -DSPRINTF_E_BUG' +ccflags='-XTSTRINGS=1500000 -DStrtol=strtol_wrap32 -DStrtoul=strtoul_wrap32 -DSPRINTF_E_BUG' cccdlflags='-pic' d_bincompat3='undef' d_csh='undef' |