diff options
author | Ed Maste <emaste@FreeBSD.org> | 2015-01-07 22:02:37 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2015-01-07 22:02:37 +0000 |
commit | 968d62e1a14f679c0a0ca39cc7d30efafe864ccc (patch) | |
tree | 3410f91ffb47e6e6faace510e2c4c03ba8b7d909 /share | |
parent | a1ff3f20f9ed2041daea08f80f7d083cc3a29f64 (diff) | |
download | src-968d62e1a14f679c0a0ca39cc7d30efafe864ccc.tar.gz src-968d62e1a14f679c0a0ca39cc7d30efafe864ccc.zip |
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
Notes
Notes:
svn path=/head/; revision=276796
Diffstat (limited to 'share')
-rw-r--r-- | share/mk/src.opts.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index d66bbaa59369..f8adc30c9634 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -73,6 +73,7 @@ __DEFAULT_YES_OPTIONS = \ DMAGENT \ DYNAMICROOT \ ED_CRYPTO \ + ELFTOOLCHAIN_TOOLS \ EXAMPLES \ FDT \ FLOPPY \ @@ -159,7 +160,6 @@ __DEFAULT_NO_OPTIONS = \ BSD_GREP \ CLANG_EXTRAS \ EISA \ - ELFTOOLCHAIN_TOOLS \ FMAKE \ HESIOD \ LLDB \ |