Module Name: src
Committed By: skrll
Date: Thu May 2 21:40:58 UTC 2013
Modified Files:
src/external/mit/xorg/lib/pixman: Makefile
Log Message:
Comment out iwmmxt. hi jared.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 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.21 src/external/mit/xorg/lib/pixman/Makefile:1.22
--- src/external/mit/xorg/lib/pixman/Makefile:1.21 Thu Feb 28 12:40:47 2013
+++ src/external/mit/xorg/lib/pixman/Makefile Thu May 2 21:40:57 2013
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2013/02/28 12:40:47 macallan Exp $
+# $NetBSD: Makefile,v 1.22 2013/05/02 21:40:57 skrll Exp $
NOLINT= 1 # defined
@@ -71,9 +71,9 @@ SRCS+= pixman-arm-neon.c \
pixman-arm-neon-asm-bilinear.S
CPPFLAGS+= -DUSE_ARM_NEON
# ARM iwMMX
-SRCS+= pixman-mmx.c
-COPTS.pixman-mmx.c= -mcpu=iwmmxt
-CPPFLAGS+= -DUSE_ARM_IWMMXT
+#SRCS+= pixman-mmx.c
+#COPTS.pixman-mmx.c= -mcpu=iwmmxt
+#CPPFLAGS+= -DUSE_ARM_IWMMXT
.endif
.if ${MACHINE} == "evbmips"