Module Name:    src
Committed By:   jmcneill
Date:           Fri Feb  1 00:17:25 UTC 2013

Modified Files:
        src/external/mit/xorg/lib/pixman: Makefile

Log Message:
only enable ARM SIMD and NEON for earm, as the configure script tests for this


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/mit/xorg/lib/pixman/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/mit/xorg/lib/pixman/Makefile
diff -u src/external/mit/xorg/lib/pixman/Makefile:1.16 src/external/mit/xorg/lib/pixman/Makefile:1.17
--- src/external/mit/xorg/lib/pixman/Makefile:1.16	Thu Jan 31 12:21:12 2013
+++ src/external/mit/xorg/lib/pixman/Makefile	Fri Feb  1 00:17:24 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.16 2013/01/31 12:21:12 jmcneill Exp $
+#	$NetBSD: Makefile,v 1.17 2013/02/01 00:17:24 jmcneill Exp $
 
 NOLINT=	1	# defined
 
@@ -55,7 +55,7 @@ COPTS.pixman-mmx.c=	-mmmx -fvisibility=h
 #COPTS.pixman-sse2.c=	-msse2 -fvisibility=hidden
 .endif
 
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "earm"
+.if ${MACHINE_ARCH} == "earm"
 # ARM SIMD
 SRCS+=		pixman-arm-simd.c 		\
 		pixman-arm-simd-asm.S
@@ -65,8 +65,6 @@ SRCS+=		pixman-arm-neon.c		\
 		pixman-arm-neon-asm.S		\
 		pixman-arm-neon-asm-bilinear.S
 CPPFLAGS+=	-DUSE_ARM_NEON
-.endif
-.if ${MACHINE_ARCH} == "earm"
 # ARM iwMMX
 SRCS+=		pixman-mmx.c
 COPTS.pixman-mmx.c=	-mcpu=iwmmxt

Reply via email to