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:
parent
50705e8e3c
commit
351637731a
@ -54,8 +54,6 @@
|
||||
# CPU_LDFLAGS =
|
||||
# CPU_ASFLAGS =
|
||||
|
||||
CPU_CFLAGS += -mfloat-abi=softfp
|
||||
|
||||
MACHINE_CFLAGS += -march=armv7-a
|
||||
|
||||
ifdef CONFIG_RTE_ARCH_ARM_TUNE
|
||||
|
Loading…
Reference in New Issue
Block a user