mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
cb2e27f8e4
- add .got filter rule for trace policies, otherwise ld raises a segmentation fault - force soft-float for binary sources (SRC_BIN) issue #4012
9 lines
165 B
Makefile
9 lines
165 B
Makefile
SPECS += 64bit
|
|
REP_INC_DIR += include/spec/riscv
|
|
|
|
# force soft-float for binutiles
|
|
AS_OPT += -march rv64imac -mabi=lp64
|
|
|
|
include $(BASE_DIR)/mk/spec/64bit.mk
|
|
|