mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
parent
f0f473392d
commit
cf3ff17c50
@@ -11,6 +11,7 @@ if {
|
||||
![expr [have_spec zynq] && ![have_spec zynq_qemu] ] &&
|
||||
![expr [have_spec x86_32] && [have_spec foc] ] &&
|
||||
![expr [have_spec x86_64] && [have_spec foc] ] &&
|
||||
![expr [have_spec x86_64] && [have_spec hw] ] &&
|
||||
![have_spec nova] &&
|
||||
![have_spec sel4]
|
||||
} {
|
||||
|
||||
@@ -40,7 +40,6 @@ if {[have_include "power_on/qemu"]} {
|
||||
if {[have_spec okl4]} { set want_cpus 1 }
|
||||
if {[have_spec pistachio]} { set want_cpus 1 }
|
||||
if {[have_spec fiasco]} { set want_cpus 1 }
|
||||
if {([have_spec x86_64] && [have_spec hw])} { set want_cpus 1 }
|
||||
if {[have_spec zynq]} { set want_cpus 1 }
|
||||
|
||||
append qemu_args " -nographic -smp $want_cpus,cores=$want_cpus "
|
||||
|
||||
Reference in New Issue
Block a user