Skip to content

Commit

Permalink
Fix option append
Browse files Browse the repository at this point in the history
  • Loading branch information
emilmont committed Jul 2, 2013
1 parent a19e996 commit df9e56f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workspace_tools/toolchains/gcc.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def __init__(self, target, options=None, notify=None, tool_path=""):
] + self.cpu

if "save-asm" in self.options:
common_flags.extends("-save-temps")
common_flags.append("-save-temps")

self.asm = [join(tool_path, "arm-none-eabi-as")] + self.cpu

Expand Down

0 comments on commit df9e56f

Please sign in to comment.