gcc: add llvm-gcc and llvm from trunk (does not successfully compile a target yet, but gets close)

SVN-Revision: 18019
This commit is contained in:
Felix Fietkau
2009-10-10 19:25:48 +00:00
parent b49cdabd4a
commit 215ccb66e6
33 changed files with 4629 additions and 20 deletions

View File

@@ -59,6 +59,10 @@ define Build/Configure
oldconfig
endef
ifdef CONFIG_GCC_VERSION_LLVM
TARGET_CFLAGS += -fnested-functions
endif
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \
CC="$(TARGET_CC)" \