Newer
Older
mbed-os / workspace_tools / export / gcc_arm_rz_a1h.tmpl
@Christian Taedcke Christian Taedcke on 17 Jun 2015 527 bytes [GCC_ARM][EXPORTER] A few more targets use the template.
{% 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 %}