Date: Sat, 8 Apr 2017 16:14:30 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r316645 - head Message-ID: <201704081614.v38GEUEI037393@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Sat Apr 8 16:14:30 2017 New Revision: 316645 URL: https://svnweb.freebsd.org/changeset/base/316645 Log: Unconditionally include arm64 in make universe / tinderbox As of r316629 FreeBSD/arm64 uses the in-tree LLD linker by default, and does not require an external an aarch64-binutils port or package. Sponsored by: The FreeBSD Foundation Modified: head/Makefile Modified: head/Makefile ============================================================================== --- head/Makefile Sat Apr 8 14:41:39 2017 (r316644) +++ head/Makefile Sat Apr 8 16:14:30 2017 (r316645) @@ -427,16 +427,6 @@ TARGET_ARCHES_powerpc?= powerpc powerpc6 TARGET_ARCHES_${target}?= ${target} .endfor -# XXX Remove arm64 from universe if the required binutils package is missing. -# It does not build with the in-tree linker. -.if !exists(/usr/local/aarch64-freebsd/bin/ld) && ${TARGETS:Marm64} -_UNIVERSE_TARGETS:= ${_UNIVERSE_TARGETS:Narm64} -universe: universe_arm64_skip .PHONY -universe_epilogue: universe_arm64_skip .PHONY -universe_arm64_skip: universe_prologue .PHONY - @echo ">> arm64 skipped - install aarch64-binutils port or package to build" -.endif - .if defined(UNIVERSE_TARGET) MAKE_JUST_WORLDS= YES .else
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704081614.v38GEUEI037393>