Merge branch 'arm-port' of ssh://git.ipfire.org/pub/git/people/ms/ipfire-2.x into arm-port

This commit is contained in:
Michael Tremer
2011-09-23 22:42:57 +02:00

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