diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-03-13 12:50:23 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-03-13 12:50:23 +0000 |
commit | ec6b3bf2bef97206aedec6a7dd253d77f3ee6882 (patch) | |
tree | b5e82ccfef7761aa8b3b15a7f330ffe7ffe2b01a /toolchain/gcc/Makefile | |
parent | 44553edacc8c3d54bcdcf24fc50a34d3d14b2397 (diff) | |
download | upstream-ec6b3bf2bef97206aedec6a7dd253d77f3ee6882.tar.gz upstream-ec6b3bf2bef97206aedec6a7dd253d77f3ee6882.tar.bz2 upstream-ec6b3bf2bef97206aedec6a7dd253d77f3ee6882.zip |
fix stampfile variables for the toolchain build (fixes gcc compile error)
SVN-Revision: 14862
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r-- | toolchain/gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index e2e8d28643..6f2b626f38 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -49,7 +49,7 @@ PATCH_DIR=./patches/$(PKG_VERSION) include $(INCLUDE_DIR)/toolchain-build.mk -STAMP_BUILT:=$(TOOLCHAIN_DIR)/stamp/.gcc-initial_installed +HOST_STAMP_BUILT:=$(TOOLCHAIN_DIR)/stamp/.gcc-initial_installed HOST_BUILD_DIR0:=$(HOST_BUILD_DIR)-minimal HOST_BUILD_DIR1:=$(HOST_BUILD_DIR)-initial |