From 6fb68cb589d76499f5da5902dd83c87722a228f5 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Fri, 8 Jun 2007 10:37:20 +0000 Subject: use newer config.guess and config.sub for packages then the shipped ones SVN-Revision: 7532 --- include/host-build.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'include/host-build.mk') diff --git a/include/host-build.mk b/include/host-build.mk index b5c2a2203d..2950ec7217 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -30,6 +30,7 @@ endef define Build/Configure/Default @(cd $(PKG_BUILD_DIR)/$(3); \ [ -x configure ] && \ + $(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/$(3)/ && \ $(2) \ CPPFLAGS="-I$(STAGING_DIR)/host/include" \ LDFLAGS="-L$(STAGING_DIR)/host/lib" \ -- cgit v1.2.3