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/gallium re-add arm64 to the list of ll...



details:   https://anonhg.NetBSD.org/src/rev/784cdf39b7bf
branches:  trunk
changeset: 457617:784cdf39b7bf
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Jul 07 17:50:34 2019 +0000

description:
re-add arm64 to the list of llvm-ok platforms.  fixes gallium_dri.so:

swrast_dri.so: Undefined symbol "lp_native_vector_width" (symnum = 388))

diffstat:

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

diffs (17 lines):

diff -r 5a93fc6ab595 -r 784cdf39b7bf external/mit/xorg/lib/gallium/Makefile
--- a/external/mit/xorg/lib/gallium/Makefile    Sun Jul 07 15:12:59 2019 +0000
+++ b/external/mit/xorg/lib/gallium/Makefile    Sun Jul 07 17:50:34 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2019/06/19 05:17:05 mrg Exp $
+# $NetBSD: Makefile,v 1.34 2019/07/07 17:50:34 mrg Exp $
 
 # Link the gallium mega driver.
 
@@ -103,6 +103,7 @@
     ${MACHINE_ARCH} == "x86_64" || \
     ${MACHINE_ARCH} == "powerpc" || \
     ${MACHINE_ARCH} == "powerpc64" || \
+    !empty(MACHINE_ARCH:Maarch64*) || \
     !empty(MACHINE_ARCH:Mmips*) || \
     !empty(MACHINE_ARCH:Mearm*) || \
     !empty(MACHINE_ARCH:Marm*)



Home | Main Index | Thread Index | Old Index