From: Michael Tremer Date: Mon, 5 Apr 2010 13:08:50 +0000 (+0200) Subject: toolchain: Improve binutils. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7819644681098e6c8f30d7ebfe5987be053d174b;p=ipfire-3.x.git toolchain: Improve binutils. Likewise to gcc. --- diff --git a/pkgs/toolchain/binutils/binutils.nm b/pkgs/toolchain/binutils/binutils.nm index ad24d07fa..ac80c2ef5 100644 --- a/pkgs/toolchain/binutils/binutils.nm +++ b/pkgs/toolchain/binutils/binutils.nm @@ -9,7 +9,8 @@ define STAGE_BUILD CC="$(TARGET)-gcc -B$(TOOLS_DIR)/lib/" \ RANLIB=$(TARGET)-ranlib \ ../$(THISAPP)/configure \ - $(CONFIGURE_ARCH) \ + --host=$(TARGET) \ + --build=$(TARGET) \ --prefix=$(TOOLS_DIR) \ --with-lib-path=$(TOOLS_DIR)/lib \ --disable-nls \