diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-03-15 12:03:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-03-15 12:03:01 +0000 |
commit | 808c4602508f6b007ff3f6b3fd2a66afb67deef3 (patch) | |
tree | 1e3a4113cf00b0279281ff16a3863a6d02d21939 /toolchain/Makefile | |
parent | 4b1165d5c7bafe91f8ac46ca41dd7bbd57a875e7 (diff) | |
download | upstream-808c4602508f6b007ff3f6b3fd2a66afb67deef3.tar.gz upstream-808c4602508f6b007ff3f6b3fd2a66afb67deef3.tar.bz2 upstream-808c4602508f6b007ff3f6b3fd2a66afb67deef3.zip |
toolchain: remove leftovers from old llvm-gcc experiments
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44783
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index 7f8d62f739..c250cba480 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -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 |