projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix stampfile variables for the toolchain build (fixes gcc compile error)
[openwrt.git]
/
toolchain
/
glibc-ports
/
Makefile
diff --git
a/toolchain/glibc-ports/Makefile
b/toolchain/glibc-ports/Makefile
index
836ca34
..
c95709c
100644
(file)
--- a/
toolchain/glibc-ports/Makefile
+++ b/
toolchain/glibc-ports/Makefile
@@
-26,8
+26,8
@@
PATCH_DIR:=./patches/$(PKG_VERSION)
include $(INCLUDE_DIR)/toolchain-build.mk
include $(INCLUDE_DIR)/toolchain-build.mk
-STAMP_BUILT:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_built
-STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_installed
+
HOST_
STAMP_BUILT:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_built
+
HOST_
STAMP_INSTALLED:=$(TOOLCHAIN_DIR)/stamp/.glibc-ports_installed
define Host/Prepare
$(call Host/Prepare/Default)
define Host/Prepare
$(call Host/Prepare/Default)
This page took
0.021506 seconds
and
4
git commands to generate.