Correct typo no_dsp - nodsp

armclang - nodsp
armlink - no_dsp

diff --git a/tools/t
pull/9606/head
Deepika 2019-02-04 15:40:51 -06:00
parent febbeffff6
commit b49a6b2ad8
1 changed files with 2 additions and 2 deletions

View File

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