summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-09-17 04:43:07 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-09-17 04:43:07 +0000
commit56dcc079a692e572f7a6aaeb343a1c3c48b45db3 (patch)
treecd4423bf8740949e79d0d48b6047aef465f581a8 /Makefile
parentd0d51d985af21ddee80ae7f3c1406b10d23c8b05 (diff)
downloadFreeBSD-src-56dcc079a692e572f7a6aaeb343a1c3c48b45db3.zip
FreeBSD-src-56dcc079a692e572f7a6aaeb343a1c3c48b45db3.tar.gz
Get arm64/aarch64 into 'make targets' output to fix makeman.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index de98c03..d9a6662 100644
--- a/Makefile
+++ b/Makefile
@@ -382,7 +382,7 @@ kernel-toolchains:
#
.if make(universe) || make(universe_kernels) || make(tinderbox) || make(targets)
# XXX Add arm64 to universe only if we have an external binutils installed.
-# It does not build with the in-tree linker.
+# It does not build with the in-tree linker. Added to lower .for loops too.
.if exists(/usr/local/aarch64-freebsd/bin/ld)
UNIVERSE_arm64=arm64
.elif empty(${TARGETS})
@@ -397,7 +397,7 @@ TARGET_ARCHES_arm64?= aarch64
TARGET_ARCHES_mips?= mipsel mips mips64el mips64 mipsn32
TARGET_ARCHES_powerpc?= powerpc powerpc64
TARGET_ARCHES_pc98?= i386
-.for target in ${TARGETS}
+.for target in ${TARGETS} arm64
TARGET_ARCHES_${target}?= ${target}
.endfor
@@ -410,7 +410,7 @@ KERNSRCDIR?= ${.CURDIR}/sys
targets: .PHONY
@echo "Supported TARGET/TARGET_ARCH pairs for world and kernel targets"
-.for target in ${TARGETS}
+.for target in ${TARGETS} arm64
.for target_arch in ${TARGET_ARCHES_${target}}
@echo " ${target}/${target_arch}"
.endfor
OpenPOWER on IntegriCloud