]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Build the elftoolchain libraries as part of bootstrap-tools
authorarichardson <arichardson@FreeBSD.org>
Mon, 5 Nov 2018 19:51:16 +0000 (19:51 +0000)
committerarichardson <arichardson@FreeBSD.org>
Mon, 5 Nov 2018 19:51:16 +0000 (19:51 +0000)
commitde2d99864f3b3d93ff5f67007563039a1d1439dd
tree1fdc7b136d0a47ea70a171065aa3a9154e016701
parentfd5d87df03544ad1b5340b5a86ca7349b2e64eb5
Build the elftoolchain libraries as part of bootstrap-tools

It is not necessary to build libelf and libdwarf this early. Furthermore,
when building on Linux/MacOS, m4 will only be built during the bootstrap
tools phase and not be available in $PATH before.

Reviewed By: emaste
Approved By: brooks (mentor)
Differential Revision: https://reviews.freebsd.org/D17800
Makefile.inc1