aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-12-11 19:24:49 -0800
committerPetr Štetiar <ynezz@true.cz>2020-12-22 19:11:50 +0100
commit2207917acc7cd93db5b3bc9c6c5b898c38ec39aa (patch)
tree24f51874c67143cfe259041f998860c58a340949 /toolchain/Makefile
parent57fe7d5401e3ef8390a66c907b9e688c74318ded (diff)
downloadupstream-2207917acc7cd93db5b3bc9c6c5b898c38ec39aa.tar.gz
upstream-2207917acc7cd93db5b3bc9c6c5b898c38ec39aa.tar.bz2
upstream-2207917acc7cd93db5b3bc9c6c5b898c38ec39aa.zip
toolchain: remove uClibc-ng config stuff
This is in preparation for removing it. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r--toolchain/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 23a5529eed..5dccf8f829 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -30,9 +30,6 @@ curdir:=toolchain
# subdirectories to descend into
$(curdir)/builddirs := $(if $(CONFIG_GDB),gdb) $(if $(CONFIG_EXTERNAL_TOOLCHAIN),wrapper,kernel-headers binutils gcc/initial gcc/final $(LIBC) fortify-headers) $(if $(CONFIG_NASM),nasm)
-ifdef CONFIG_USE_UCLIBC
- $(curdir)/builddirs += $(LIBC)/utils
-endif
# builddir dependencies
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)