summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2010-06-13 12:53:44 +0000
committerraj <raj@FreeBSD.org>2010-06-13 12:53:44 +0000
commitecb15dc88ca840496d3c68d2392d5896ea29ab12 (patch)
tree4f9c516c349af2a5db2dc4b141341ad961cfad7e /share
parentac8e9a3b12f627c30db964eb028ecb2d57d0125c (diff)
downloadFreeBSD-src-ecb15dc88ca840496d3c68d2392d5896ea29ab12.zip
FreeBSD-src-ecb15dc88ca840496d3c68d2392d5896ea29ab12.tar.gz
Do not set WITH_FDT by default based on arch, as this does not work for
a bootstrap stage tool. FDT-enabled platforms will have to specify WITH_FDT explicitly at buildworld time for now until TBEMD is complete, which is going to provide means for such arch based selection of build components. Discussed with: imp
Diffstat (limited to 'share')
-rw-r--r--share/mk/bsd.own.mk12
1 files changed, 1 insertions, 11 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk
index 8839bb4..43fcc51 100644
--- a/share/mk/bsd.own.mk
+++ b/share/mk/bsd.own.mk
@@ -278,15 +278,6 @@ WITH_HESIOD=
WITH_IDEA=
.endif
-# Enable FDT by default for selected platforms.
-.if ${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "powerpc"
-# XXX this is temporarily disabled until all FDT support code is in place.
-#_fdt= FDT
-_no_fdt= FDT
-.else
-_no_fdt= FDT
-.endif
-
#
# Default behaviour of MK_CLANG depends on the architecture.
#
@@ -335,7 +326,6 @@ _clang_no=CLANG
DICT \
DYNAMICROOT \
EXAMPLES \
- ${_fdt} \
FLOPPY \
FORTH \
FP_LIBC \
@@ -431,7 +421,7 @@ MK_${var}:= yes
BIND_SIGCHASE \
BIND_XML \
${_clang_no} \
- ${_no_fdt} \
+ FDT \
HESIOD \
IDEA
.if defined(WITH_${var}) && defined(WITHOUT_${var})
OpenPOWER on IntegriCloud