|
@@ -27,7 +27,7 @@
|
|
curdir:=toolchain
|
|
curdir:=toolchain
|
|
|
|
|
|
# subdirectories to descend into
|
|
# 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)
|
|
|
|
|
|
+$(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) $(if $(CONFIG_USE_MOLD),mold)
|
|
|
|
|
|
# builddir dependencies
|
|
# builddir dependencies
|
|
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|
|
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
|