diff options
author | Felix Fietkau <nbd@nbd.name> | 2018-03-02 14:12:18 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-02-28 00:09:09 +0000 |
commit | 32c664ff02910bf39a3fbd5a5a4a8bff3191dd03 (patch) | |
tree | e3cebb78e296ae65b04b329e05eac06fd57a9f35 /toolchain/Makefile | |
parent | 84a339f01523c7892f014cc5439c66b43ba6b6ff (diff) | |
download | upstream-32c664ff02910bf39a3fbd5a5a4a8bff3191dd03.tar.gz upstream-32c664ff02910bf39a3fbd5a5a4a8bff3191dd03.tar.bz2 upstream-32c664ff02910bf39a3fbd5a5a4a8bff3191dd03.zip |
toolchain: add autoconf-lean
Use it to generate a more comprehensive configure sitefile
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index 5dccf8f829..b095d13ac3 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -29,7 +29,7 @@ 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) +$(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) autoconf-lean # builddir dependencies ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) @@ -48,6 +48,7 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) $(curdir)/$(LIBC)/compile:=$(curdir)/gcc/initial/compile $(curdir)/gcc/final/compile:=$(curdir)/$(LIBC)/compile $(curdir)/kernel-headers/compile $(curdir)/$(LIBC)/utils/compile:=$(curdir)/gcc/final/compile + $(curdir)/autoconf-lean/compile:=$(curdir)/gcc/final/compile endif ifndef DUMP_TARGET_DB |