genode/repos/base/lib/mk/spec/riscv/ld-platform.inc

11 lines
219 B
PHP
Raw Normal View History

#
# Force to build -O2 on RISC-V in order to get proper inlining during self
# relocation
#
override CC_OLEVEL = -O2
include $(BASE_DIR)/lib/mk/ld-platform.inc
2015-09-11 12:59:19 +00:00
INC_DIR += $(DIR)/spec/riscv
vpath %.s $(DIR)/spec/riscv