diff options
author | Daniel Golle <daniel@makrotopia.org> | 2021-03-02 11:34:24 +0000 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2021-03-02 11:36:36 +0000 |
commit | a8a37d4ea5993894ff8b22e1445a6967c563f1cd (patch) | |
tree | e992ae1ad48e84cfb8baf275a5fc9c6f9c84d35b /toolchain/Makefile | |
parent | 1b6209203d4e403b4c6b124d1222d0a4ad69d37f (diff) | |
download | upstream-a8a37d4ea5993894ff8b22e1445a6967c563f1cd.tar.gz upstream-a8a37d4ea5993894ff8b22e1445a6967c563f1cd.tar.bz2 upstream-a8a37d4ea5993894ff8b22e1445a6967c563f1cd.zip |
Revert "toolchain: add autoconf-lean"
autoconf-lean was not ready yet. Revert it until things get sorted.
This reverts commit 32c664ff02910bf39a3fbd5a5a4a8bff3191dd03.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index b095d13ac3..5dccf8f829 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) autoconf-lean +$(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) # builddir dependencies ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) @@ -48,7 +48,6 @@ 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 |