X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=toolchain%2FMakefile;h=cd5399e041a2d973390a1eeb45b21b57f814148e;hb=c668c8cc325f49a124ce3c1944330ac18542da46;hp=7f8d62f73957b9c69ce5e43eb9f81c1572953fd2;hpb=35a9cb833ce921a3afdd1f24d9eaade2c2481c25;p=openwrt%2Fstaging%2Fchunkeey.git diff --git a/toolchain/Makefile b/toolchain/Makefile index 7f8d62f739..cd5399e041 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -28,7 +28,7 @@ curdir:=toolchain # subdirectories to descend into -$(curdir)/builddirs := $(if $(CONFIG_GDB),gdb) $(if $(CONFIG_INSIGHT),insight) $(if $(CONFIG_EXTERNAL_TOOLCHAIN),wrapper,kernel-headers binutils gcc/minimal gcc/initial gcc/final $(LIBC)/headers $(LIBC)) +$(curdir)/builddirs := $(if $(CONFIG_GDB),gdb) $(if $(CONFIG_INSIGHT),insight) $(if $(CONFIG_EXTERNAL_TOOLCHAIN),wrapper,kernel-headers binutils gcc/minimal gcc/initial gcc/final $(LIBC)/headers $(LIBC) fortify-headers) ifdef CONFIG_USE_UCLIBC $(curdir)/builddirs += $(LIBC)/utils endif @@ -51,11 +51,6 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) $(curdir)/$(LIBC)/utils/prepare:=$(curdir)/$(LIBC)/headers/prepare endif -ifdef CONFIG_GCC_VERSION_LLVM - $(curdir)/builddirs += llvm - $(curdir)/gcc/minimal/compile += $(curdir)/llvm/install -endif - ifndef DUMP_TARGET_DB ifneq ($(ARCH),) $(TOOLCHAIN_DIR)/info.mk: .config