readelf: Add -z decompression supportCompatible with GNU readelf, -z decompresses sections displayed by-x or -p.ELF Tool Chain ticket #555https://sourceforge.net/p/elftoolchain/tickets/555/Su
readelf: Add -z decompression supportCompatible with GNU readelf, -z decompresses sections displayed by-x or -p.ELF Tool Chain ticket #555https://sourceforge.net/p/elftoolchain/tickets/555/Submitted by: Tiger Gao <[email protected]>Reviewed by: markjMFC after: 1 monthSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D26909
show more ...
Update Makefile.depend filesUpdate a bunch of Makefile.depend files asa result of adding Makefile.depend.options filesReviewed by: bdreweryMFC after: 1 weekSponsored by: Juniper NetworksDi
Update Makefile.depend filesUpdate a bunch of Makefile.depend files asa result of adding Makefile.depend.options filesReviewed by: bdreweryMFC after: 1 weekSponsored by: Juniper NetworksDifferential Revision: https://reviews.freebsd.org/D22494
Add Makefile.depend.optionsLeaf directories that have dependencies impactedby options need a Makefile.depend.options fileto avoid churn in Makefile.dependDIRDEPS for cases such as OPENSSL, TCP_
Add Makefile.depend.optionsLeaf directories that have dependencies impactedby options need a Makefile.depend.options fileto avoid churn in Makefile.dependDIRDEPS for cases such as OPENSSL, TCP_WRAPPERS etccan be set in local.dirdeps-options.mkwhich can add to those set in Makefile.depend.optionsSee share/mk/dirdeps-options.mkReviewed by: bdreweryMFC after: 1 weekSponsored by: Juniper NetworksDifferential Revision: https://reviews.freebsd.org/D22469
Capsicumize readelf(1).Reviewed by: oshogboSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D21108
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)
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