Module Name:    src
Committed By:   skrll
Date:           Sat Sep  7 09:22:37 UTC 2013

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

Log Message:
Disable USE_ARM_SIMD for now. It crashes Xorg.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 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.24 src/external/mit/xorg/lib/pixman/Makefile:1.25
--- src/external/mit/xorg/lib/pixman/Makefile:1.24	Wed Jun  5 09:04:16 2013
+++ src/external/mit/xorg/lib/pixman/Makefile	Sat Sep  7 09:22:37 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.24 2013/06/05 09:04:16 mrg Exp $
+#	$NetBSD: Makefile,v 1.25 2013/09/07 09:22:37 skrll Exp $
 
 NOLINT=	1	# defined
 
@@ -67,10 +67,10 @@ MKDEPFLAGS+=		-maltivec
 
 .if ${MACHINE_ARCH} == "earm" || ${MACHINE_ARCH} == "earmhf"
 # ARM SIMD
-SRCS+=		pixman-arm-simd.c 		\
-		pixman-arm-simd-asm.S		\
-		pixman-arm-simd-asm-scaled.S
-CPPFLAGS+=	-DUSE_ARM_SIMD
+#SRCS+=		pixman-arm-simd.c 		\
+#		pixman-arm-simd-asm.S		\
+#		pixman-arm-simd-asm-scaled.S
+#CPPFLAGS+=	-DUSE_ARM_SIMD
 # ARM NEON
 SRCS+=		pixman-arm-neon.c		\
 		pixman-arm-neon-asm.S		\

Reply via email to