aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain
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
commita6c33d3511c09739bc510ea7660bebef10ddad4b (patch)
tree12263f474c50d391e27dba8d42a7319545b7a00f /toolchain
parent790191f1243046b4031e283b92bf88863d612405 (diff)
downloadmaster-187ad058-a6c33d3511c09739bc510ea7660bebef10ddad4b.tar.gz
master-187ad058-a6c33d3511c09739bc510ea7660bebef10ddad4b.tar.bz2
master-187ad058-a6c33d3511c09739bc510ea7660bebef10ddad4b.zip
fix the gcc stampfile for initial stage installation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8250 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain')
-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