summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2008-10-07 22:21:03 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2008-10-07 22:21:03 +0000
commitfe8d8e4b6ee985aaaffe6e1231eae6166fa58582 (patch)
tree371d919df65f7df746c93e7afbc1669c5e7be468 /gnu
parent13e274e30a2f3dce36a95d6cc01a2265a620eb19 (diff)
re-enable ieeefp mode on alpha again, now that the kernel code is
fixed. tested by me and naddy@. ok theo
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/Makefile.bsd-wrapper7
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