Remove m68k workaround now that gcc3 is in use.

ok miod@
This commit is contained in:
brad 2013-02-19 20:56:17 +00:00
parent e7cf8e3ec0
commit f3fd083654

View File

@ -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>