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 build Loongson-MMI support only...



details:   https://anonhg.NetBSD.org/src/rev/31c33b773e44
branches:  trunk
changeset: 808024:31c33b773e44
user:      macallan <macallan%NetBSD.org@localhost>
date:      Sat May 02 14:54:18 2015 +0000

description:
build Loongson-MMI support only on mips64el

diffstat:

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

diffs (18 lines):

diff -r 9752ae84aab8 -r 31c33b773e44 external/mit/xorg/lib/pixman/Makefile
--- a/external/mit/xorg/lib/pixman/Makefile     Sat May 02 14:54:10 2015 +0000
+++ b/external/mit/xorg/lib/pixman/Makefile     Sat May 02 14:54:18 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.31 2014/08/10 19:11:08 joerg Exp $
+#      $NetBSD: Makefile,v 1.32 2015/05/02 14:54:18 macallan Exp $
 
 NOLINT=        1       # defined
 
@@ -90,7 +90,7 @@
 #CPPFLAGS+=    -DUSE_ARM_IWMMXT
 .endif
 
-.if ${MACHINE} == "evbmips"
+.if ${MACHINE_ARCH} == "mips64el"
 # Loongson MMI
 SRCS+=         pixman-mmx.c
 CPPFLAGS+=     -DUSE_LOONGSON_MMI



Home | Main Index | Thread Index | Old Index