summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2013-02-19 20:56:18 +0000
committerBrad Smith <brad@cvs.openbsd.org>2013-02-19 20:56:18 +0000
commita53cfe7d0e23b384475bf42e9a7c51eca1e9479d (patch)
treecf1e52ba525fb61af95f2742ace267d6b3da0c38
parent67e1fc255662dbe5f844ff799a6acc7019a01ad5 (diff)
Remove m68k workaround now that gcc3 is in use.
ok miod@
-rw-r--r--lib/pixman/Makefile.bsd-wrapper7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/pixman/Makefile.bsd-wrapper b/lib/pixman/Makefile.bsd-wrapper
index c5e5d0a69..8340aaca4 100644
--- a/lib/pixman/Makefile.bsd-wrapper
+++ b/lib/pixman/Makefile.bsd-wrapper
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.18 2012/11/23 20:44:07 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.19 2013/02/19 20:56:17 brad Exp $
.include <bsd.own.mk>
@@ -8,9 +8,4 @@ SHARED_LIBS= pixman-1 28.0
CONFIGURE_ARGS += --disable-arm-simd --disable-arm-neon
.endif
-.if ${MACHINE_ARCH} == m68k
-CFLAGS += -fno-regmove
-CONFIGURE_ARGS += --cache-file=/dev/null
-.endif
-
.include <bsd.xorg.mk>