From 13de9a716a6b7e58e3029db284574f0b4fad7eb9 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 10 Oct 2009 19:25:48 +0000 Subject: gcc: add llvm-gcc and llvm from trunk (does not successfully compile a target yet, but gets close) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18019 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'toolchain/Makefile') diff --git a/toolchain/Makefile b/toolchain/Makefile index 161b139d74..fa417879a7 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -46,6 +46,11 @@ ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),) endif endif +ifdef CONFIG_GCC_VERSION_LLVM + $(curdir)/builddirs += llvm + $(curdir)/gcc/prepare += $(curdir)/llvm/install +endif + ifneq ($(ARCH),) $(TOOLCHAIN_DIR)/info.mk: .config @for dir in $(TOOLCHAIN_DIR); do ( \ -- cgit v1.2.3