Source-Changes-HG archive

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

[src/trunk]: src/share/mk Unbreak LLVM MKREPRO=yes builds (since the build sy...



details:   https://anonhg.NetBSD.org/src/rev/660873e52731
branches:  trunk
changeset: 343683:660873e52731
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 20 16:36:08 2016 +0000

description:
Unbreak LLVM MKREPRO=yes builds (since the build system sets MKREPRO now)

diffstat:

 share/mk/bsd.sys.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 580c5686996b -r 660873e52731 share/mk/bsd.sys.mk
--- a/share/mk/bsd.sys.mk       Sat Feb 20 16:00:10 2016 +0000
+++ b/share/mk/bsd.sys.mk       Sat Feb 20 16:36:08 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.sys.mk,v 1.251 2016/01/31 15:30:14 christos Exp $
+#      $NetBSD: bsd.sys.mk,v 1.252 2016/02/20 16:36:08 christos Exp $
 #
 # Build definitions used for NetBSD source tree builds.
 
@@ -14,7 +14,8 @@
        @(echo "bsd.own.mk must be included before bsd.sys.mk" >& 2; exit 1)
 .endif
 
-.if ${MKREPRO:Uno} == "yes"
+# XXX: LLVM does not support -iremap and -fdebug-*
+.if ${MKREPRO:Uno} == "yes" && ${MKLLVM:Uno} != "yes"
 .export NETBSDSRCDIR DESTDIR X11SRCDIR
 
 .if !empty(DESTDIR)



Home | Main Index | Thread Index | Old Index