From 8c3ba39e1da7360ed751800301e5863ea899e069 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Sun, 21 Dec 2008 17:17:58 +0000 Subject: And make script for exported toolchain executable --- toolchain/export-toolchain/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/export-toolchain/Makefile.in b/toolchain/export-toolchain/Makefile.in index 94ea13491..38fea95e9 100644 --- a/toolchain/export-toolchain/Makefile.in +++ b/toolchain/export-toolchain/Makefile.in @@ -13,6 +13,7 @@ GCC_SCRIPT_TEMP:=$(BINARIES_DIR)/$(GCC_SCRIPT) @echo "export GCCROOT=$(STAGING_DIR)/usr" >> $(GCC_SCRIPT_TEMP) @echo "export PATH=\$$PATH:\$$GCCROOT/bin" >> $(GCC_SCRIPT_TEMP) @echo "export CROSS_COMPILE=$(REAL_GNU_TARGET_NAME)-" >> $(GCC_SCRIPT_TEMP) + @chmod a+x $(GCC_SCRIPT_TEMP) @cp $(GCC_SCRIPT_TEMP) ~/$(GCC_SCRIPT) @cat ~/$(GCC_SCRIPT) -- cgit v1.2.3