mk: do not enforce any specific ARM ABI
authorJan Viktorin <viktorin@rehivetech.com>
Fri, 15 Apr 2016 22:33:06 +0000 (00:33 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Mon, 2 May 2016 16:12:31 +0000 (18:12 +0200)
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>
mk/machine/armv7a/rte.vars.mk

index abdb15e..36fa3de 100644 (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