diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 22:27:37 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-07-30 22:27:37 +0000 |
commit | a6c33d3511c09739bc510ea7660bebef10ddad4b (patch) | |
tree | 12263f474c50d391e27dba8d42a7319545b7a00f | |
parent | 790191f1243046b4031e283b92bf88863d612405 (diff) | |
download | upstream-a6c33d3511c09739bc510ea7660bebef10ddad4b.tar.gz upstream-a6c33d3511c09739bc510ea7660bebef10ddad4b.tar.bz2 upstream-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
-rw-r--r-- | toolchain/gcc/Makefile | 1 |
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 |