]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
binutils: fix toolchain build on arm.
authorArne Fitzenreiter <arne_f@ipfire.org>
Fri, 23 Sep 2011 14:41:27 +0000 (14:41 +0000)
committerArne Fitzenreiter <arne_f@ipfire.org>
Fri, 23 Sep 2011 14:41:27 +0000 (14:41 +0000)
lfs/binutils

index e0d039800aff4986938167a26a083225ba23ba10..2ff84746e88adc10ae3845e739d1b8639c446a84 100644 (file)
@@ -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
 
 ###############################################################################