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: export/makefile/make-gcc-arm.tmpl
- Revision:
- 40:7d3fa6b99b2b
- Parent:
- 35:da9c89f8be7d
--- a/export/makefile/make-gcc-arm.tmpl Wed Jul 19 16:44:30 2017 -0500 +++ b/export/makefile/make-gcc-arm.tmpl Tue Oct 10 16:56:30 2017 -0500 @@ -1,6 +1,6 @@ {% extends "makefile/Makefile.tmpl" %} -{%- block sys_libs -%} -Wl,--start-group {{ld_sys_libs|join(" ")}} -Wl,--end-group {%- endblock -%} +{%- block sys_libs -%} -Wl,--start-group {{ld_sys_libs|join(" ")}} {{libraries|join(" ")}} -Wl,--end-group {%- endblock -%} {% block elf2bin %} $(ELF2BIN) -O binary $< $@