From cbc5242afd27883fc700d661c55fd6bf3b0f50f2 Mon Sep 17 00:00:00 2001 From: bdrewery Date: Wed, 25 Nov 2015 19:44:51 +0000 Subject: 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 --- lib/liblzma/Makefile.depend | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/liblzma') 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 \ -- cgit v1.1