Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src-draft/trunk]: src/etc/etc.evbppc Disable DHT kernel when building with L...
details: https://anonhg.NetBSD.org/src-all/rev/138c0262e10d
branches: trunk
changeset: 983535:138c0262e10d
user: Joerg Sonnenberger <joerg%bec.de@localhost>
date: Thu May 27 02:00:12 2021 +0200
description:
Disable DHT kernel when building with LLVM, the support for PPC4xx
instructions is incomplete.
diffstat:
etc/etc.evbppc/Makefile.inc | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r 125db0874311 -r 138c0262e10d etc/etc.evbppc/Makefile.inc
--- a/etc/etc.evbppc/Makefile.inc Thu May 27 01:58:28 2021 +0200
+++ b/etc/etc.evbppc/Makefile.inc Thu May 27 02:00:12 2021 +0200
@@ -12,7 +12,9 @@
KERNEL_SETS+= PMPPC
BUILD_KERNELS+= INSTALL_PMPPC
# ibm4xx
+.if ${HAVE_LLVM} == "no"
KERNEL_SETS+= DHT
+.endif
KERNEL_SETS+= EXPLORA451
KERNEL_SETS+= OPENBLOCKS200 OPENBLOCKS266
KERNEL_SETS+= WALNUT
Home |
Main Index |
Thread Index |
Old Index