projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: replace jhash2 with the faster jhash3 algorithm
[openwrt.git]
/
toolchain
/
gcc
/
Makefile
diff --git
a/toolchain/gcc/Makefile
b/toolchain/gcc/Makefile
index
e2e8d28
..
6f2b626
100644
(file)
--- a/
toolchain/gcc/Makefile
+++ b/
toolchain/gcc/Makefile
@@
-49,7
+49,7
@@
PATCH_DIR=./patches/$(PKG_VERSION)
include $(INCLUDE_DIR)/toolchain-build.mk
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
HOST_BUILD_DIR0:=$(HOST_BUILD_DIR)-minimal
HOST_BUILD_DIR1:=$(HOST_BUILD_DIR)-initial
This page took
0.023805 seconds
and
4
git commands to generate.