mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-09 14:25:23 +00:00
Change-Id: Ic0b884e3760d5957986208ea7b19653c06eda072 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
7 lines
194 B
Makefile
7 lines
194 B
Makefile
LTO_FLAG-y = $(call cc-option,-flto,)
|
|
SECTION_GC_FLAG = $(call cc-option,-ffunction-sections,) $(call cc-option,-fdata-sections,)
|
|
|
|
arc_FLAGS += -mARCv2EM -mav2em -mno-sdata
|
|
|
|
export ISA_FLAG_arc
|