]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/binutils
cryptodev: fix build with normal and xen kernel.
[people/pmueller/ipfire-2.x.git] / 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
 
 ###############################################################################