summaryrefslogtreecommitdiffstats
path: root/lib/liblzma
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-11-25 19:44:51 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-11-25 19:44:51 +0000
commitcbc5242afd27883fc700d661c55fd6bf3b0f50f2 (patch)
tree6f111423884fb2c8c82e0def32b067c17e66183c /lib/liblzma
parent52255645fb90fea4463237052ca49411638d381a (diff)
downloadFreeBSD-src-cbc5242afd27883fc700d661c55fd6bf3b0f50f2.zip
FreeBSD-src-cbc5242afd27883fc700d661c55fd6bf3b0f50f2.tar.gz
META MODE: Fix 'make bootstrap-tools'.
The main problem was bitrot after elftoolchain being swapped in for the GNU toolchain. This also reworks how the list of 'host allowed' libraries is determined to only allow INTERNALLIBs, which is needed for libelftc to come in. For usr.bin/readelf use the same hack, as libelf and libdward, to bring in the needed sys/ headers for host builds. This has not yet been a problem due to readelf not being built as a host tool in buildworld. This is possible in the meta build though when building the toolchain. Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'lib/liblzma')
-rw-r--r--lib/liblzma/Makefile.depend1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/liblzma/Makefile.depend b/lib/liblzma/Makefile.depend
index 6f716c2..7b92dbd 100644
--- a/lib/liblzma/Makefile.depend
+++ b/lib/liblzma/Makefile.depend
@@ -7,7 +7,6 @@ DIRDEPS = \
include \
include/xlocale \
lib/${CSU_DIR} \
- lib/clang/include.host \
lib/libc \
lib/libcompiler_rt \
lib/libthr \
OpenPOWER on IntegriCloud