Correct use before definition bug in ARM

pull/9738/head
Jimmy Brisson 2019-02-19 10:58:14 -06:00
parent a007212602
commit 3353722d36
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ class ARM(mbedToolchain):
new_scatter = self.correct_scatter_shebang(scatter_file)
args.extend(["--scatter", new_scatter])
cmd_pre = self.ld + args
cmd = self.ld + args
if self.RESPONSE_FILES:
cmd_linker = cmd[0]