mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-20 08:03:56 +00:00
NOVA: use latest kernel from github
Related to issue #431. Requires toolchain rebuild to bump version to 2.22 !!! Fixes #429
This commit is contained in:
committed by
Norman Feske
parent
7c77d0ee5f
commit
c1d59e81c2
@ -30,7 +30,8 @@ $(error Unsupported environment)
|
||||
endif
|
||||
endif
|
||||
|
||||
CXX_LINK_OPT = -Wl,--gc-sections -Wl,--warn-common -Wl,-static -Wl,-n
|
||||
git_version = $(shell cd $(NOVA_SRC_DIR) && (git rev-parse HEAD 2>/dev/null || echo 0) | cut -c1-7)
|
||||
CXX_LINK_OPT = -Wl,--gc-sections -Wl,--warn-common -Wl,-static -Wl,-n -Wl,--defsym=GIT_VER=0x$(call git_version)
|
||||
LD_TEXT_ADDR = # 0xc000000000 - when setting this 64bit compile fails because of relocation issues!!
|
||||
LD_SCRIPT_STATIC = hypervisor.o
|
||||
|
||||
|
Reference in New Issue
Block a user