Import Mbed OS hard-float snapshot
This commit is contained in:
11
tools/export/makefile/make-gcc-arm.tmpl
Normal file
11
tools/export/makefile/make-gcc-arm.tmpl
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends "makefile/Makefile.tmpl" %}
|
||||
|
||||
{%- block sys_libs -%} -Wl,--start-group {{ld_sys_libs|join(" ")}} {{libraries|join(" ")}} -Wl,--end-group {%- endblock -%}
|
||||
|
||||
{% block elf2bin %}
|
||||
$(ELF2BIN) -O binary $< $@
|
||||
{%- endblock %}
|
||||
|
||||
{% block elf2hex %}
|
||||
$(ELF2BIN) -O ihex $< $@
|
||||
{%- endblock %}
|
||||
Reference in New Issue
Block a user