Date: Sun, 3 Nov 2019 19:36:34 +0000 (UTC) From: Conrad Meyer <cem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r354290 - head Message-ID: <201911031936.xA3JaYrH017352@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cem Date: Sun Nov 3 19:36:34 2019 New Revision: 354290 URL: https://svnweb.freebsd.org/changeset/base/354290 Log: 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. Modified: head/Makefile Modified: head/Makefile ============================================================================== --- head/Makefile Sun Nov 3 19:33:49 2019 (r354289) +++ head/Makefile Sun Nov 3 19:36:34 2019 (r354290) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911031936.xA3JaYrH017352>