]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use a set of ELF Tool Chain tools by default
authorEd Maste <emaste@FreeBSD.org>
Wed, 7 Jan 2015 22:02:37 +0000 (22:02 +0000)
committerEd Maste <emaste@FreeBSD.org>
Wed, 7 Jan 2015 22:02:37 +0000 (22:02 +0000)
commit968d62e1a14f679c0a0ca39cc7d30efafe864ccc
tree3410f91ffb47e6e6faace510e2c4c03ba8b7d909
parenta1ff3f20f9ed2041daea08f80f7d083cc3a29f64
Use a set of ELF Tool Chain tools by default

These tools are now from the ELF Tool Chain project:

 * addr2line
 * elfcopy (strip)
 * nm
 * size
 * strings

The binutils versions are available by setting in src.conf:
WITHOUT_ELFTOOLCHAIN_TOOLS=yes

Thanks to antoine@ for multiple exp-runs and diagnosing many of the
failures.

PR: 195561 (ports exp-run)
Sponsored by: The FreeBSD Foundation
UPDATING
share/mk/src.opts.mk
tools/build/options/WITHOUT_ELFTOOLCHAIN_TOOLS [moved from tools/build/options/WITH_ELFTOOLCHAIN_TOOLS with 63% similarity]