config/arm: split aarch32 options
Aarch32 config got overlooked when splitting march in a previous patch.
Fixes: 95e0f23022
("config/arm: split -march into arch and features")
Signed-off-by: Juraj Linkeš <juraj.linkes@pantheon.tech>
Acked-by: Ruifeng Wang <ruifeng.wang@arm.com>
This commit is contained in:
parent
ebc539271e
commit
d0152e1f1a
@ -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],
|
||||
|
Loading…
Reference in New Issue
Block a user