Correct typo no_dsp - nodsp

armclang - nodsp
armlink - no_dsp
pull/9646/head
Deepika 2019-02-04 15:40:51 -06:00 committed by adbridge
parent e6ba5f0cfb
commit 7020e6cd23
1 changed files with 2 additions and 2 deletions

View File

@ -412,8 +412,8 @@ class ARMC6(ARM_STD):
"Cortex-M4F": "cortex-m4",
"Cortex-M7F": "cortex-m7",
"Cortex-M7FD": "cortex-m7",
"Cortex-M33": "cortex-m33+no_dsp+no_fp",
"Cortex-M33F": "cortex-m33+no_dsp",
"Cortex-M33": "cortex-m33+nodsp",
"Cortex-M33F": "cortex-m33+nodsp",
"Cortex-M33FE": "cortex-m33"}.get(core, core)
cpu = cpu.lower()