Skip to content

Commit e7cd9ce

Browse files
committed
Correct fpu passing for Armlink 6
1 parent df8512a commit e7cd9ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/toolchains/arm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ def __init__(self, target, *args, **kwargs):
362362
"Cortex-M33-NS": "Cortex-M33" }.get(target.core, target.core)
363363

364364
self.flags['asm'].append("--cpu=%s" % asm_cpu)
365+
self.flags['ld'].append("--cpu=%s" % asm_cpu)
365366

366367
self.cc = ([join(TOOLCHAIN_PATHS["ARMC6"], "armclang")] +
367368
self.flags['common'] + self.flags['c'])

0 commit comments

Comments
 (0)