diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-05-26 16:22:09 +0200 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2016-06-01 17:54:36 +0200 |
commit | 2e980479c1eab08dd27d7ec72ecba37e2e17f1d0 (patch) | |
tree | 059e3bbab1a6a7e36b4694e149c606e36b53bcaa /target/toolchain/Makefile | |
parent | 4a7c65340088ed28334854013370c17ce4c4b95f (diff) | |
download | upstream-2e980479c1eab08dd27d7ec72ecba37e2e17f1d0.tar.gz upstream-2e980479c1eab08dd27d7ec72ecba37e2e17f1d0.tar.bz2 upstream-2e980479c1eab08dd27d7ec72ecba37e2e17f1d0.zip |
IB/SDK/toolchain: use lower cases filenames
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'target/toolchain/Makefile')
-rw-r--r-- | target/toolchain/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/toolchain/Makefile b/target/toolchain/Makefile index e8fe4fb514..2f5186c152 100644 --- a/target/toolchain/Makefile +++ b/target/toolchain/Makefile @@ -14,7 +14,7 @@ include $(INCLUDE_DIR)/version.mk override MAKEFLAGS= -TOOLCHAIN_NAME:=$(VERSION_DIST_SANITIZED)-Toolchain-$(if $(CONFIG_VERSION_FILENAMES),$(VERSION_NUMBER)-)$(BOARD)$(if $(SUBTARGET),-$(SUBTARGET))_gcc-$(GCCV)$(DIR_SUFFIX).$(HOST_OS)-$(HOST_ARCH) +TOOLCHAIN_NAME:=$(VERSION_DIST_SANITIZED)-toolchain-$(if $(CONFIG_VERSION_FILENAMES),$(VERSION_NUMBER)-)$(BOARD)$(if $(SUBTARGET),-$(SUBTARGET))_gcc-$(GCCV)$(DIR_SUFFIX).$(HOST_OS)-$(HOST_ARCH) TOOLCHAIN_BUILD_DIR:=$(BUILD_DIR)/$(TOOLCHAIN_NAME) EXCLUDE_DIRS:=*/ccache \ */initial \ |