the other jimmy / mbed-sdk-tools

Fork of mbed-sdk-tools by mbed official

export/gcc_arm_rz_a1h.tmpl

Committer:
screamer
Date:
2016-05-19
Revision:
0:66f3b5499f7f

File content as of revision 0:66f3b5499f7f:

{% extends "gcc_arm_common.tmpl" %}

{% block cc_flags -%}
$(CPU) -c -g -fno-common -fmessage-length=0 -Wall -Wextra -Wno-unused-parameter -Wno-missing-field-initializers
CC_FLAGS += -fno-exceptions -fno-builtin -ffunction-sections -fdata-sections -fno-delete-null-pointer-checks -fomit-frame-pointer
CC_FLAGS += -MMD -MP
{% endblock %}

{% block target_project_elf %}
{{ super() }}
	@echo ""
	@echo "*****"
	@echo "***** You must modify vector checksum value in *.bin and *.hex files."
	@echo "*****"
	@echo ""
{% endblock %}