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 Change HAVE_LLVM from 0x0700 to 0x0900.



details:   https://anonhg.NetBSD.org/src/rev/5bb0f1bee5d2
branches:  trunk
changeset: 744403:5bb0f1bee5d2
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Jan 31 20:58:18 2020 +0000

description:
Change HAVE_LLVM from 0x0700 to 0x0900.

diffstat:

 external/mit/xorg/lib/libglapi/Makefile |  4 ++--
 external/mit/xorg/lib/libmesa.mk        |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 0b29bf1bee4b -r 5bb0f1bee5d2 external/mit/xorg/lib/libglapi/Makefile
--- a/external/mit/xorg/lib/libglapi/Makefile   Fri Jan 31 20:56:03 2020 +0000
+++ b/external/mit/xorg/lib/libglapi/Makefile   Fri Jan 31 20:58:18 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2019/09/24 19:29:42 maya Exp $
+#      $NetBSD: Makefile,v 1.6 2020/01/31 20:58:18 jmcneill Exp $
 
 .include <bsd.own.mk>
 
@@ -73,7 +73,7 @@
        -DHAVE_DRM_PLATFORM \
        -DENABLE_SHADER_CACHE \
        -DHAVE_MINCORE \
-       -DHAVE_LLVM=0x0700 \
+       -DHAVE_LLVM=0x0900 \
        -DMESA_LLVM_VERSION_PATCH=0 \
        -I. \
        -DSTDC_HEADERS=1 \
diff -r 0b29bf1bee4b -r 5bb0f1bee5d2 external/mit/xorg/lib/libmesa.mk
--- a/external/mit/xorg/lib/libmesa.mk  Fri Jan 31 20:56:03 2020 +0000
+++ b/external/mit/xorg/lib/libmesa.mk  Fri Jan 31 20:58:18 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: libmesa.mk,v 1.9 2019/09/24 21:33:48 maya Exp $
+#      $NetBSD: libmesa.mk,v 1.10 2020/01/31 20:58:18 jmcneill Exp $
 #
 # Consumer of this Makefile should set MESA_SRC_MODULES.
 
@@ -534,7 +534,7 @@
 
 .if ${MKLLVMRT} != "no"
 CPPFLAGS+=     \
-       -DHAVE_LLVM=0x0700
+       -DHAVE_LLVM=0x0900
 CXXFLAGS+=     -fno-rtti
 .endif
 



Home | Main Index | Thread Index | Old Index