]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
toolchain: Improve binutils.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 5 Apr 2010 13:08:50 +0000 (15:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 5 Apr 2010 13:08:50 +0000 (15:08 +0200)
Likewise to gcc.

pkgs/toolchain/binutils/binutils.nm

index ad24d07fac7fa29849ca9ab38f6c2afc38778967..ac80c2ef50d25f4add48c9bca0f5b2e20c3e585c 100644 (file)
@@ -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 \