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.
export/makefile/make-gcc-arm.tmpl@40:7d3fa6b99b2b, 2017-10-10 (annotated)
- Committer:
- theotherjimmy
- Date:
- Tue Oct 10 16:56:30 2017 -0500
- Revision:
- 40:7d3fa6b99b2b
- Parent:
- 35:da9c89f8be7d
Update to tools release 5.6.1
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| The Other Jimmy |
31:8ea194f6145b | 1 | {% extends "makefile/Makefile.tmpl" %} |
| The Other Jimmy |
31:8ea194f6145b | 2 | |
| theotherjimmy |
40:7d3fa6b99b2b | 3 | {%- block sys_libs -%} -Wl,--start-group {{ld_sys_libs|join(" ")}} {{libraries|join(" ")}} -Wl,--end-group {%- endblock -%} |
| The Other Jimmy |
31:8ea194f6145b | 4 | |
| The Other Jimmy |
31:8ea194f6145b | 5 | {% block elf2bin %} |
| The Other Jimmy |
31:8ea194f6145b | 6 | $(ELF2BIN) -O binary $< $@ |
| The Other Jimmy |
31:8ea194f6145b | 7 | {%- endblock %} |
| The Other Jimmy |
31:8ea194f6145b | 8 | |
| The Other Jimmy |
31:8ea194f6145b | 9 | {% block elf2hex %} |
| The Other Jimmy |
31:8ea194f6145b | 10 | $(ELF2BIN) -O ihex $< $@ |
| The Other Jimmy |
31:8ea194f6145b | 11 | {%- endblock %} |
