diff options
| author | Imre Kaloz | 2007-12-28 18:13:08 +0000 |
|---|---|---|
| committer | Imre Kaloz | 2007-12-28 18:13:08 +0000 |
| commit | 13cc4c83f2e6d0f52c90170aa10a1f918e216657 (patch) | |
| tree | 0f6279f982cedc4740842fb62927651bc10e90a8 | |
| parent | d017dc0d57cfe0c2ac0bdd13c9fe1c3f0ff8d49f (diff) | |
| download | archive-13cc4c83f2e6d0f52c90170aa10a1f918e216657.tar.gz | |
update binutils autoconf scripts, too
SVN-Revision: 10005
| -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) \ |