2
0
forked from Ivasoft/openwrt

toolchain: remove uClibc-ng config stuff

This is in preparation for removing it.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev
2020-12-11 19:24:49 -08:00
committed by Petr Štetiar
parent 57fe7d5401
commit 2207917acc
2 changed files with 0 additions and 22 deletions

View File

@@ -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),)