mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Norman Feske
parent
ca777fe93f
commit
7318ca6084
@@ -24,6 +24,10 @@ proc depot_spec { } {
|
|||||||
if {[have_spec arm_v6]} { return "arm_v6" }
|
if {[have_spec arm_v6]} { return "arm_v6" }
|
||||||
if {[have_spec arm_v7a]} { return "arm_v7a" }
|
if {[have_spec arm_v7a]} { return "arm_v7a" }
|
||||||
if {[have_spec arm_v8a]} { return "arm_v8a" }
|
if {[have_spec arm_v8a]} { return "arm_v8a" }
|
||||||
|
if {[have_spec riscv]} { return "riscv" }
|
||||||
|
|
||||||
|
puts stderr "Error: unsupported architecture"
|
||||||
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user