Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools For EXTERNAL_TOOLCHAIN, MKLLVM=yes needs to build only...
details: https://anonhg.NetBSD.org/src/rev/553f003f19d8
branches: trunk
changeset: 322617:553f003f19d8
user: joerg <joerg%NetBSD.org@localhost>
date: Wed May 09 13:21:27 2018 +0000
description:
For EXTERNAL_TOOLCHAIN, MKLLVM=yes needs to build only tablegen.
diffstat:
tools/Makefile | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r e3f78f76f2fb -r 553f003f19d8 tools/Makefile
--- a/tools/Makefile Wed May 09 13:19:33 2018 +0000
+++ b/tools/Makefile Wed May 09 13:21:27 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.193 2018/02/18 01:06:24 uwe Exp $
+# $NetBSD: Makefile,v 1.194 2018/05/09 13:21:27 joerg Exp $
.include <bsd.own.mk>
.include <bsd.endian.mk>
@@ -124,8 +124,11 @@
SUBDIR+= \
llvm .WAIT \
llvm-lib/libLLVMDemangle llvm-lib/libLLVMSupport llvm-lib/libLLVMTableGen .WAIT \
- llvm-tblgen llvm-clang-tblgen .WAIT \
- llvm-include .WAIT \
+ llvm-tblgen llvm-clang-tblgen
+.endif
+.if ${MKLLVM} != "no" && !defined(EXTERNAL_TOOLCHAIN)
+SUBDIR+= \
+ .WAIT llvm-include .WAIT \
llvm-lib .WAIT \
llvm-clang
. if ${MKLLD} != "no"
Home |
Main Index |
Thread Index |
Old Index