diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-06-08 10:37:20 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-06-08 10:37:20 +0000 |
commit | 6fb68cb589d76499f5da5902dd83c87722a228f5 (patch) | |
tree | df1e4004cf474c4fbd4f56c39233484229e97ae3 /include/host-build.mk | |
parent | 4374b417931687cc5ced776b92c69aa1f961246e (diff) | |
download | upstream-6fb68cb589d76499f5da5902dd83c87722a228f5.tar.gz upstream-6fb68cb589d76499f5da5902dd83c87722a228f5.tar.bz2 upstream-6fb68cb589d76499f5da5902dd83c87722a228f5.zip |
use newer config.guess and config.sub for packages then the shipped ones
SVN-Revision: 7532
Diffstat (limited to 'include/host-build.mk')
-rw-r--r-- | include/host-build.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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" \ |