[dpdk-dev] [PATCH] mk: do not enforce any specific ARM ABI

2016-05-02 Thread Thomas Monjalon
2016-04-16 00:33, Jan Viktorin: > 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. > > Signed-off-by: Jan Viktorin > Reported-by: Thomas Petazzoni Applied,

[dpdk-dev] [PATCH] mk: do not enforce any specific ARM ABI

2016-04-16 Thread Jan Viktorin
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. Signed-off-by: Jan Viktorin Reported-by: Thomas Petazzoni --- mk/machine/armv7a/rte.vars.mk | 2 -- 1 file chan