Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/lib/pixman This is unlikely to ever work w...



details:   https://anonhg.NetBSD.org/src/rev/63b1868e0297
branches:  trunk
changeset: 331427:63b1868e0297
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Aug 10 19:11:08 2014 +0000

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

diffstat:

 external/mit/xorg/lib/pixman/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 00cd863a8c3a -r 63b1868e0297 external/mit/xorg/lib/pixman/Makefile
--- a/external/mit/xorg/lib/pixman/Makefile     Sun Aug 10 19:09:43 2014 +0000
+++ b/external/mit/xorg/lib/pixman/Makefile     Sun Aug 10 19:11:08 2014 +0000
@@ -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 @@
                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



Home | Main Index | Thread Index | Old Index