diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 18:13:08 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2007-12-28 18:13:08 +0000 |
commit | 3e3b877d14c725691920b608b6dda5d78f8ff50d (patch) | |
tree | a36613c964168901187f731c333bab9e1ccd37a6 /toolchain | |
parent | 915e6b89b50eb2edac7e905039ec0592d6fc8723 (diff) | |
download | upstream-3e3b877d14c725691920b608b6dda5d78f8ff50d.tar.gz upstream-3e3b877d14c725691920b608b6dda5d78f8ff50d.tar.bz2 upstream-3e3b877d14c725691920b608b6dda5d78f8ff50d.zip |
update binutils autoconf scripts, too
SVN-Revision: 10005
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/binutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index d31742125e..b3161b3155 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -25,6 +25,7 @@ BUILD_DIR_HOST:=$(BUILD_DIR_TOOLCHAIN) include $(INCLUDE_DIR)/host-build.mk define Build/Configure + $(CP) $(SCRIPT_DIR)/config.{guess,sub} $(PKG_BUILD_DIR)/ (cd $(PKG_BUILD_DIR); \ ./configure \ --prefix=$(STAGING_DIR_HOST) \ |