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:
committed by
Petr Štetiar
parent
57fe7d5401
commit
2207917acc
@@ -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),)
|
||||
|
||||
Reference in New Issue
Block a user