mk: do not enforce any specific ARM ABI

The dpdk build system passes -mfloat-abi=softfp, which makes the build fail
when the selected ABI is EABIhf. The dpdk build system should not make
assumptions on the selected ARM ABI.

Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Jan Viktorin <viktorin@rehivetech.com>
This commit is contained in:
Jan Viktorin 2016-04-16 00:33:06 +02:00 committed by Thomas Monjalon
parent 50705e8e3c
commit 351637731a

View File

@ -54,8 +54,6 @@
# CPU_LDFLAGS =
# CPU_ASFLAGS =
CPU_CFLAGS += -mfloat-abi=softfp
MACHINE_CFLAGS += -march=armv7-a
ifdef CONFIG_RTE_ARCH_ARM_TUNE