X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fglibc-ports%2FMakefile;h=c95709cc9a79ec1d9ec086bf3d0f5e761f1222eb;hb=af514705329f2eb07cd461e99bc4d4434343e446;hp=a60b71f4311e84506dae78ae8326f8f025ed72d5;hpb=b892e1fb855de59ce8e81881526ede35df1ae3fd;p=openwrt-github%2F.git diff --git a/toolchain/glibc-ports/Makefile b/toolchain/glibc-ports/Makefile index a60b71f431..c95709cc9a 100644 --- a/toolchain/glibc-ports/Makefile +++ b/toolchain/glibc-ports/Makefile @@ -24,15 +24,10 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PATCH_DIR:=./patches/$(PKG_VERSION) -STAGING_DIR_HOST:=$(TOOLCHAIN_DIR) -BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN) +include $(INCLUDE_DIR)/toolchain-build.mk -override CONFIG_AUTOREBUILD= - -include $(INCLUDE_DIR)/host-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)