From 215ccb66e6abdaed0a41582d6b8c40ffa340eea7 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) SVN-Revision: 18019 --- 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