Module Name:    src
Committed By:   joerg
Date:           Sun Aug 10 19:11:08 UTC 2014

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

Log Message:
This is unlikely to ever work with LLVM's IAS due to the amount of macro
use. Disable it on ARM.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 src/external/mit/xorg/lib/pixman/Makefile:1.31
--- src/external/mit/xorg/lib/pixman/Makefile:1.30	Sun Aug 10 14:10:37 2014
+++ src/external/mit/xorg/lib/pixman/Makefile	Sun Aug 10 19:11:08 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.30 2014/08/10 14:10:37 jmcneill Exp $
+#	$NetBSD: Makefile,v 1.31 2014/08/10 19:11:08 joerg Exp $
 
 NOLINT=	1	# defined
 
@@ -82,6 +82,8 @@ SRCS+=		pixman-arm-neon.c		\
 		pixman-arm-neon-asm.S		\
 		pixman-arm-neon-asm-bilinear.S
 CPPFLAGS+=	-DUSE_ARM_NEON
+
+AFLAGS+=	${${ACTIVE_CC} == "clang" :? -fno-integrated-as :}
 # ARM iwMMX
 #SRCS+=		pixman-mmx.c
 #COPTS.pixman-mmx.c=	-mcpu=iwmmxt

Reply via email to