diff options
Diffstat (limited to 'gnu/usr.bin/perl')
-rw-r--r-- | gnu/usr.bin/perl/Makefile.bsd-wrapper | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gnu/usr.bin/perl/Makefile.bsd-wrapper b/gnu/usr.bin/perl/Makefile.bsd-wrapper index 60d3075945b..d2a2d228299 100644 --- a/gnu/usr.bin/perl/Makefile.bsd-wrapper +++ b/gnu/usr.bin/perl/Makefile.bsd-wrapper @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.77 2008/09/30 13:41:16 millert Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.78 2008/10/07 22:21:02 martynas Exp $ # # Build wrapper for Perl 5.10.0 # @@ -19,11 +19,6 @@ CFLAGS+= -fno-strict-aliasing CFLAGS+= -fno-delete-null-pointer-checks .endif -# Perl expects alpha-style fp from an alpha... -.if (${MACHINE_ARCH} == "alpha") -CFLAGS+= -mno-ieee -.endif - CONFIGURE_ARGS= -dsE -Dopenbsd_distribution=defined .if defined(THREADED_PERL) && ($(THREADED_PERL) == true) CONFIGURE_ARGS+= -Dusethreads |