summaryrefslogtreecommitdiffstats
path: root/targets
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-08-13 17:50:47 +0000
committeremaste <emaste@FreeBSD.org>2015-08-13 17:50:47 +0000
commit828e784833d16a653f82848a22e1da61a4bc6b5f (patch)
tree553e43b7022ace7cc459cdf9ed42281d086839e7 /targets
parent66c7996fa8bd2e7886c276cf78431847bdfa70b4 (diff)
downloadFreeBSD-src-828e784833d16a653f82848a22e1da61a4bc6b5f.zip
FreeBSD-src-828e784833d16a653f82848a22e1da61a4bc6b5f.tar.gz
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
Diffstat (limited to 'targets')
-rw-r--r--targets/pseudo/toolchain/Makefile.depend2
1 files changed, 1 insertions, 1 deletions
diff --git a/targets/pseudo/toolchain/Makefile.depend b/targets/pseudo/toolchain/Makefile.depend
index e2e0202..0b35c07 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 \
OpenPOWER on IntegriCloud