mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 00:24:51 +00:00
Use base-hw as x86 target for noux_tool_chain_auto
The commit avoids the need to have contrib sources of the kernel available for this run script. We actually just want to build core and not the kernel itself, which is always required after recent changes in the ports tool.
This commit is contained in:
parent
0d6dc46bbb
commit
079484c5d0
@ -44,14 +44,13 @@ if {[have_spec arm]} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if {[have_spec x86]} {
|
if {[have_spec x86]} {
|
||||||
set platform_base_dir "base-nova"
|
set platform_base_dir "base-hw"
|
||||||
set noux_boot_timeout 100
|
set noux_boot_timeout 100
|
||||||
set tool_chain_timeout 600
|
set tool_chain_timeout 450
|
||||||
|
set platform "hw_x86_64"
|
||||||
|
|
||||||
if {[have_spec 32bit]} {
|
if {[have_spec foc]} {
|
||||||
set platform "nova_x86_32"
|
set tool_chain_timeout 800
|
||||||
} else {
|
|
||||||
set platform "nova_x86_64"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user