Clone of official tools
export/makefile/make-gcc-arm.tmpl
- Committer:
- The Other Jimmy
- Date:
- 2017-02-15
- Revision:
- 35:da9c89f8be7d
- Parent:
- 31:8ea194f6145b
- Child:
- 40:7d3fa6b99b2b
File content as of revision 35:da9c89f8be7d:
{% extends "makefile/Makefile.tmpl" %} {%- block sys_libs -%} -Wl,--start-group {{ld_sys_libs|join(" ")}} -Wl,--end-group {%- endblock -%} {% block elf2bin %} $(ELF2BIN) -O binary $< $@ {%- endblock %} {% block elf2hex %} $(ELF2BIN) -O ihex $< $@ {%- endblock %}