Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: toolchains/arm.py
- Revision:
- 22:9e85236d8716
- Parent:
- 21:4fdf0dd04f6f
- Child:
- 24:25bff2709c20
diff -r 4fdf0dd04f6f -r 9e85236d8716 toolchains/arm.py --- a/toolchains/arm.py Fri Jul 15 22:58:15 2016 +0100 +++ b/toolchains/arm.py Sat Jul 16 00:34:03 2016 +0100 @@ -209,7 +209,7 @@ @hook_tool def archive(self, objects, lib_path): if self.RESPONSE_FILES: - param = ['--via', self.get_arch_files(objects)] + param = ['--via', self.get_arch_file(objects)] else: param = objects