mirror of https://github.com/ARMmbed/mbed-os.git
Extend a local version of the asm cmd list
I was extending an object-local one instead of a call-local onepull/6713/head
parent
beb6d7802a
commit
b6b6866d38
|
@ -157,7 +157,7 @@ class ARM(mbedToolchain):
|
|||
tempfile = join(dir, basename(object) + '.E.s')
|
||||
|
||||
# Build preprocess assemble command
|
||||
cmd_pre = self.asm
|
||||
cmd_pre = copy(self.asm)
|
||||
cmd_pre.extend(self.get_compile_options(
|
||||
self.get_symbols(True), includes, True))
|
||||
cmd_pre.extend(["-E", "-o", tempfile, source])
|
||||
|
|
Loading…
Reference in New Issue