DIRDEPS_BUILD: Update dependencies.Sponsored by: Dell EMC Isilon
Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision: https://reviews.freebsd.org/D9
Adopt SRCTOP in usr.binPrefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/fooover ${.CURDIR}/../foo for paths in Makefiles.Differential Revision: https://reviews.freebsd.org/D9932Sponsored by: NetflixSilence on: arch@ (twice)
show more ...
elftoolchain: Use ${SRCTOP} for the top of the FreeBSD treeIt's provided by sys.mk so there's no need to derive it from ${.CURDIR}.Suggested by: ngieSponsored by: The FreeBSD FoundationDifferen
elftoolchain: Use ${SRCTOP} for the top of the FreeBSD treeIt's provided by sys.mk so there's no need to derive it from ${.CURDIR}.Suggested by: ngieSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D5998
Replace ${CURDIR}/../.. with ${CURDIR:H:H} in elftoolchainThis produces a nicer path in debug info and build logs.MFC after: 1 weekSponsored by: The FreeBSD Foundation
Fix spelling error.
META MODE: Fix 'make bootstrap-tools'.The main problem was bitrot after elftoolchain being swapped in for theGNU toolchain.This also reworks how the list of 'host allowed' libraries is determine
META MODE: Fix 'make bootstrap-tools'.The main problem was bitrot after elftoolchain being swapped in for theGNU toolchain.This also reworks how the list of 'host allowed' libraries is determinedto only allow INTERNALLIBs, which is needed for libelftc to come in.For usr.bin/readelf use the same hack, as libelf and libdward, to bring inthe needed sys/ headers for host builds. This has not yet been a problem dueto readelf not being built as a host tool in buildworld. This is possiblein the meta build though when building the toolchain.Sponsored by: EMC / Isilon Storage Division
new depends
Add Makefile for elftoolchain readelf(1)Sponsored by: The FreeBSD Foundation