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 ###############################################################################