mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
riscv: Fix link errors for Genode nightly
- add .got filter rule for trace policies, otherwise ld raises a segmentation fault - force soft-float for binary sources (SRC_BIN) issue #4012
This commit is contained in:
committed by
Norman Feske
parent
c58acd0b2b
commit
cb2e27f8e4
@@ -1,5 +1,8 @@
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user