summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-07-30 22:27:37 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-07-30 22:27:37 +0000
commit7cc617cd7ecba76109d7bde553d2f1cf1fcd8078 (patch)
treedcc9c9eba1845c079b5958d3de3137efc3bd130c
parentd7229c78ff00b65ebc37253be898adf83fbcd452 (diff)
downloadmaster-31e0f0ae-7cc617cd7ecba76109d7bde553d2f1cf1fcd8078.tar.gz
master-31e0f0ae-7cc617cd7ecba76109d7bde553d2f1cf1fcd8078.tar.bz2
master-31e0f0ae-7cc617cd7ecba76109d7bde553d2f1cf1fcd8078.zip
fix the gcc stampfile for initial stage installation
SVN-Revision: 8250
-rw-r--r--toolchain/gcc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index 6d46f98994..795ff3ee72 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -44,6 +44,7 @@ endif
include $(INCLUDE_DIR)/host-build.mk
+STAMP_BUILT:=$(STAGING_DIR)/stampfiles/.host_gcc-initial_installed
BUILD_DIR1:=$(TOOLCHAIN_BUILD_DIR)/gcc-$(PKG_VERSION)-initial
BUILD_DIR2:=$(TOOLCHAIN_BUILD_DIR)/gcc-$(PKG_VERSION)-final