fix stampfile variables for the toolchain build (fixes gcc compile error)
[openwrt.git] / toolchain / glibc-ports / Makefile
index 836ca34..c95709c 100644 (file)
@@ -26,8 +26,8 @@ PATCH_DIR:=./patches/$(PKG_VERSION)
 
 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)
This page took 0.025101 seconds and 4 git commands to generate.