Module Name:    src
Committed By:   mrg
Date:           Tue Jun 25 10:30:29 UTC 2019

Modified Files:
        src/external/bsd/llvm/librt: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/llvm/librt/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/llvm/librt/Makefile
diff -u src/external/bsd/llvm/librt/Makefile:1.5 src/external/bsd/llvm/librt/Makefile:1.6
--- src/external/bsd/llvm/librt/Makefile:1.5	Wed Jun 19 05:24:13 2019
+++ src/external/bsd/llvm/librt/Makefile	Tue Jun 25 10:30:29 2019
@@ -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 @@ SUBDIR+= \
 	libLLVMX86CodeGen
 .endif
 
+# All subdirs below here can build together, and all are optional.
+SUBDIR+= .WAIT 
+
 .if ${BUILD_RADEON} == 1
 SUBDIR+= \
-	.WAIT \
 	libLLVMAMDGPUMCTargetDesc \
 	libLLVMAMDGPUAsmPrinter \
 	libLLVMAMDGPUTargetInfo \

Reply via email to