From 538ce515fdfd634bf9784816d842411a8dfbeded Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Fri, 23 Sep 2011 14:41:27 +0000 Subject: [PATCH] binutils: fix toolchain build on arm. --- lfs/binutils | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lfs/binutils b/lfs/binutils index e0d039800..2ff84746e 100644 --- a/lfs/binutils +++ b/lfs/binutils @@ -55,15 +55,12 @@ else endif endif +EXTRA_CONFIG += --build=$(BUILDTARGET) + ifeq "$(MACHINE_TYPE)" "arm" EXTRA_CONFIG += \ - --host=$(BUILDTARGET) \ - --build=$(BUILDTARGET) \ - --target=$(BUILDTARGET) \ --with-abi=aapcs-linux \ --with-float=soft -else - EXTRA_CONFIG += --build=$(BUILDTARGET) endif ###############################################################################