DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] mk: do not enforce any specific ARM ABI
@ 2016-04-15 22:33 Jan Viktorin
  2016-05-02 15:47 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Viktorin @ 2016-04-15 22:33 UTC (permalink / raw)
  To: dev; +Cc: 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 <viktorin@rehivetech.com>
Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 mk/machine/armv7a/rte.vars.mk | 2 --
 1 file changed, 2 deletions(-)

diff --git a/mk/machine/armv7a/rte.vars.mk b/mk/machine/armv7a/rte.vars.mk
index abdb15e..36fa3de 100644
--- a/mk/machine/armv7a/rte.vars.mk
+++ b/mk/machine/armv7a/rte.vars.mk
@@ -54,8 +54,6 @@
 # CPU_LDFLAGS =
 # CPU_ASFLAGS =
 
-CPU_CFLAGS += -mfloat-abi=softfp
-
 MACHINE_CFLAGS += -march=armv7-a
 
 ifdef CONFIG_RTE_ARCH_ARM_TUNE
-- 
2.8.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] mk: do not enforce any specific ARM ABI
  2016-04-15 22:33 [dpdk-dev] [PATCH] mk: do not enforce any specific ARM ABI Jan Viktorin
@ 2016-05-02 15:47 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2016-05-02 15:47 UTC (permalink / raw)
  To: Jan Viktorin; +Cc: dev

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 <viktorin@rehivetech.com>
> Reported-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Applied, thanks

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-02 15:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-15 22:33 [dpdk-dev] [PATCH] mk: do not enforce any specific ARM ABI Jan Viktorin
2016-05-02 15:47 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).