mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-07 19:18:08 +00:00
parent
1e518cb606
commit
d5ff0877d3
@ -1,6 +1,6 @@
|
||||
if {[get_cmd_switch --autopilot] && [have_board virt_qemu_riscv]} {
|
||||
puts "Autopilot mode is not supported on this platform."
|
||||
exit 0
|
||||
if {[have_cmd_switch --autopilot]} {
|
||||
assert {![have_board virt_qemu_riscv]} \
|
||||
"Autopilot mode is not supported on this platform."
|
||||
}
|
||||
|
||||
set mkfs_cmd [installed_command mke2fs]
|
||||
|
@ -1,10 +1,8 @@
|
||||
if {[have_spec arm]} {
|
||||
assert_spec arm_v7
|
||||
}
|
||||
assert {[have_spec arm_v7] || ![have_spec arm]}
|
||||
|
||||
if {[get_cmd_switch --autopilot] && [have_board virt_qemu_riscv]} {
|
||||
puts "Autopilot mode is not supported on this platform."
|
||||
exit 0
|
||||
if {[have_cmd_switch --autopilot]} {
|
||||
assert {![have_board virt_qemu_riscv]} \
|
||||
"Autopilot mode is not supported on this platform."
|
||||
}
|
||||
|
||||
build {
|
||||
|
@ -1,4 +1,4 @@
|
||||
if {[have_spec arm]} { assert_spec arm_v7 }
|
||||
assert {[have_spec arm_v7] || ![have_spec arm]}
|
||||
|
||||
build {
|
||||
core lib/ld init timer lib/vfs lib/libc
|
||||
|
@ -1,4 +1,4 @@
|
||||
if {[have_spec arm]} { assert_spec arm_v7 }
|
||||
assert {[have_spec arm_v7] || ![have_spec arm]}
|
||||
|
||||
build {
|
||||
core lib/ld init timer lib/vfs
|
||||
|
Loading…
x
Reference in New Issue
Block a user