This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Give XS::Typemap its own Maintainers.pl entry
[perl5.git] / hints / dec_osf.sh
index 510537b..fd01003 100644 (file)
@@ -290,7 +290,7 @@ esac
 
 # we want dynamic fp rounding mode, and we want ieee exception semantics
 case "$isgcc" in
-gcc)   ;;
+gcc)   ccflags="$ccflags -mfp-rounding-mode=d -mieee" ;;
 *)     case "$_DEC_cc_style" in
        new)    ccflags="$ccflags -fprm d -ieee"        ;;
        esac