diff options
author | Ed Maste <emaste@FreeBSD.org> | 2015-08-13 17:50:47 +0000 |
---|---|---|
committer | Ed Maste <emaste@FreeBSD.org> | 2015-08-13 17:50:47 +0000 |
commit | 1bc28ffccda2cc2becfd71662bd12d24b456bfcb (patch) | |
tree | 553e43b7022ace7cc459cdf9ed42281d086839e7 /targets/pseudo/toolchain | |
parent | d3c2497caba3d63ccf1f8280ab2e37cfa3856dfc (diff) | |
download | src-1bc28ffccda2cc2becfd71662bd12d24b456bfcb.tar.gz src-1bc28ffccda2cc2becfd71662bd12d24b456bfcb.zip |
Roll WITHOUT_ELFTOOLCHAIN_TOOLS into WITHOUT_TOOLCHAIN
The option was added only to ease the transition from GNU Binutils to
ELF Tool Chain tools, and that process is now complete (for the viable
replacements). Noting the removal in UPDATING is sufficient as we have
not shipped a release with the option.
Reviewed by: brooks
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D3240
Notes
Notes:
svn path=/head/; revision=286730
Diffstat (limited to 'targets/pseudo/toolchain')
-rw-r--r-- | targets/pseudo/toolchain/Makefile.depend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/pseudo/toolchain/Makefile.depend b/targets/pseudo/toolchain/Makefile.depend index e2e020251ded..0b35c0773fbd 100644 --- a/targets/pseudo/toolchain/Makefile.depend +++ b/targets/pseudo/toolchain/Makefile.depend @@ -9,7 +9,7 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} .endif DIRDEPS= -.if ${MK_ELFTOOLCHAIN_TOOLS} == "yes" +.if ${MK_TOOLCHAIN} == "yes" DIRDEPS+= \ usr.bin/addr2line \ usr.bin/cxxflit \ |