diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-24 13:21:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-24 13:21:23 +0000 |
commit | c77b533b28c0662914d761b264c2238f98d272a4 (patch) | |
tree | 82eb19c8936475bee43cb1755354fe92e5a8a108 /hints/freebsd.sh | |
parent | 9faf41b626b963edb80798c7c7738bc20834dda2 (diff) | |
download | perl-c77b533b28c0662914d761b264c2238f98d272a4.tar.gz |
Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
p4raw-id: //depot/perl@10888
Diffstat (limited to 'hints/freebsd.sh')
-rw-r--r-- | hints/freebsd.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/freebsd.sh b/hints/freebsd.sh index 8eb6ac47b0..6a105fd170 100644 --- a/hints/freebsd.sh +++ b/hints/freebsd.sh @@ -123,6 +123,7 @@ case "$osvers" in 0*|1*|2*|3*) ;; *) + ccflags="${ccflags} -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H" if /usr/bin/file -L /usr/lib/libc.so | /usr/bin/grep -vq "not stripped" ; then usenm=false fi |