aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2019-11-03 19:36:34 +0000
committerConrad Meyer <cem@FreeBSD.org>2019-11-03 19:36:34 +0000
commite55890a9b8838a31db4f46790d5d6acafdc730bd (patch)
treeed44bd94cfbe51ba2d7158f365b62347872d957c /Makefile
parent784a4b6bdf2fea6343e75b9ee670252c66a71d64 (diff)
downloadsrc-e55890a9b8838a31db4f46790d5d6acafdc730bd.tar.gz
src-e55890a9b8838a31db4f46790d5d6acafdc730bd.zip
Take arm.arm (armv5) out of universe
It's on the chopping block in two months, the CI tinderbox doesn't bother with it anymore either, and buildworld fails today due to an issue linking clang. It's not worth investigating and it just eats up CPU cycles running universe builds.
Notes
Notes: svn path=/head/; revision=354290
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d2cf4f67669..117ad2d785f0 100644
--- a/Makefile
+++ b/Makefile
@@ -496,7 +496,8 @@ _OBSOLETE_GCC_TARGETS+=powerpc
.endif
TARGETS?=amd64 arm arm64 i386 riscv ${_OBSOLETE_GCC_TARGETS}
_UNIVERSE_TARGETS= ${TARGETS}
-TARGET_ARCHES_arm?= arm armv6 armv7
+# arm (armv5) excluded due to broken buildworld
+TARGET_ARCHES_arm?= armv6 armv7
TARGET_ARCHES_arm64?= aarch64
TARGET_ARCHES_mips?= mipsel mips mips64el mips64 mipsn32 mipselhf mipshf mips64elhf mips64hf
TARGET_ARCHES_powerpc?= powerpc powerpc64 powerpcspe