DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH v1] config/arm: split aarch32 march
@ 2021-11-05 11:56 Juraj Linkeš
  2021-11-08  5:33 ` Ruifeng Wang
  0 siblings, 1 reply; 3+ messages in thread
From: Juraj Linkeš @ 2021-11-05 11:56 UTC (permalink / raw)
  To: thomas, david.marchand, bruce.richardson, Honnappa.Nagarahalli,
	Ruifeng.Wang, fengchengwen, ferruh.yigit, jerinjacobk, jerinj,
	pbhagavatula
  Cc: dev, Juraj Linkeš

Aarch32 config got overlooked when splitting march in a previous parch.

Fixes: 95e0f23022a3 ("config/arm: split -march into arch and features")
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
---
 config/arm/meson.build | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config/arm/meson.build b/config/arm/meson.build
index d22b41e096..213324d262 100644
--- a/config/arm/meson.build
+++ b/config/arm/meson.build
@@ -43,7 +43,8 @@ implementer_generic = {
             'compiler_options': ['-moutline-atomics']
         },
         'generic_aarch32': {
-            'machine_args': ['-march=armv8-a', '-mfpu=neon'],
+            'march': 'armv8-a',
+            'compiler_options': ['-mfpu=neon'],
             'flags': [
                 ['RTE_ARCH_ARM_NEON_MEMCPY', false],
                 ['RTE_ARCH_STRICT_ALIGN', true],
-- 
2.20.1


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

end of thread, other threads:[~2021-11-08  8:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-05 11:56 [dpdk-dev] [PATCH v1] config/arm: split aarch32 march Juraj Linkeš
2021-11-08  5:33 ` Ruifeng Wang
2021-11-08  8:18   ` 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).