From: Arne Fitzenreiter Date: Fri, 23 Sep 2011 14:41:27 +0000 (+0000) Subject: binutils: fix toolchain build on arm. X-Git-Tag: v2.9-core54~13^2~54^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=538ce515fdfd634bf9784816d842411a8dfbeded;p=people%2Fms%2Fipfire-2.x.git binutils: fix toolchain build on arm. --- diff --git a/lfs/binutils b/lfs/binutils index e0d039800a..2ff84746e8 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 ###############################################################################