mirror of https://github.com/ARMmbed/mbed-os.git
Update gcc.py
parent
71466f8111
commit
f3885fd89a
|
@ -247,7 +247,7 @@ class GCC(mbedToolchain):
|
||||||
if mem_map:
|
if mem_map:
|
||||||
preproc_output = join(dirname(output), ".link_script.ld")
|
preproc_output = join(dirname(output), ".link_script.ld")
|
||||||
cmd = (
|
cmd = (
|
||||||
self.preproc + [mem_map] + self.ld[1:] + ["-o", preproc_output]
|
self.preproc + [mem_map] + self.ld[1:] + ["-o", preproc_output] +
|
||||||
self.get_compile_options(self.get_symbols(), [])
|
self.get_compile_options(self.get_symbols(), [])
|
||||||
)
|
)
|
||||||
self.notify.cc_verbose("Preproc: %s" % ' '.join(cmd))
|
self.notify.cc_verbose("Preproc: %s" % ' '.join(cmd))
|
||||||
|
|
Loading…
Reference in New Issue