Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/llvm/librt move a .WAIT such that it helps all ...



details:   https://anonhg.NetBSD.org/src/rev/04c3996fa987
branches:  trunk
changeset: 452265:04c3996fa987
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jun 25 10:30:29 2019 +0000

description:
move a .WAIT such that it helps all the target code below,
not just radeon.  should fix build issues reported:

AArch64BaseInfo.h:297:12: fatal error:
AArch64GenSystemOperands.inc: No such file or directory

diffstat:

 external/bsd/llvm/librt/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 795799f193d0 -r 04c3996fa987 external/bsd/llvm/librt/Makefile
--- a/external/bsd/llvm/librt/Makefile  Tue Jun 25 07:14:45 2019 +0000
+++ b/external/bsd/llvm/librt/Makefile  Tue Jun 25 10:30:29 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.5 2019/06/19 05:24:13 mrg Exp $
+#      $NetBSD: Makefile,v 1.6 2019/06/25 10:30:29 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -70,9 +70,11 @@
        libLLVMX86CodeGen
 .endif
 
+# All subdirs below here can build together, and all are optional.
+SUBDIR+= .WAIT 
+
 .if ${BUILD_RADEON} == 1
 SUBDIR+= \
-       .WAIT \
        libLLVMAMDGPUMCTargetDesc \
        libLLVMAMDGPUAsmPrinter \
        libLLVMAMDGPUTargetInfo \



Home | Main Index | Thread Index | Old Index