Module Name: src
Committed By: jmcneill
Date: Sun Feb 3 12:41:40 UTC 2013
Modified Files:
src/external/mit/xorg/lib/pixman: Makefile
Log Message:
enable simd, neon, and iwmmxt for earmhf
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 src/external/mit/xorg/lib/pixman/Makefile:1.18
--- src/external/mit/xorg/lib/pixman/Makefile:1.17 Fri Feb 1 00:17:24 2013
+++ src/external/mit/xorg/lib/pixman/Makefile Sun Feb 3 12:41:40 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2013/02/01 00:17:24 jmcneill Exp $
+# $NetBSD: Makefile,v 1.18 2013/02/03 12:41:40 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} == "earm"
+.if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmhf"
# ARM SIMD
SRCS+= pixman-arm-simd.c \
pixman-arm-simd-asm.S