use ext-toolchain.sh to integrate external toolchains Use ext-toolchain.sh to wrap external toolchain commands, abort build if certain features such as CONFIG_SOFT_FLOAT or CONFIG_IPV6 are enabled but not supported by the toolchain.

SVN-Revision: 29766
This commit is contained in:
Jo-Philipp Wich
2012-01-18 03:08:09 +00:00
parent 7a563f122f
commit 5b7668ca44
3 changed files with 64 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ ifndef DUMP
ifneq ($(TOOLCHAIN_LIB_DIRS),)
TARGET_LDFLAGS+= $(patsubst %,-L%,$(TOOLCHAIN_LIB_DIRS))
endif
TOOLCHAIN_DIR:=$(TOOLCHAIN_ROOT_DIR)
TARGET_PATH:=$(TOOLCHAIN_DIR)/bin:$(TARGET_PATH)
endif
endif
endif