depot: add 'riscv' to depot spec

issue #4021
This commit is contained in:
Sebastian Sumpf 2021-02-18 08:59:38 +01:00 committed by Norman Feske
parent ca777fe93f
commit 7318ca6084

View File

@ -24,6 +24,10 @@ proc depot_spec { } {
if {[have_spec arm_v6]} { return "arm_v6" }
if {[have_spec arm_v7a]} { return "arm_v7a" }
if {[have_spec arm_v8a]} { return "arm_v8a" }
if {[have_spec riscv]} { return "riscv" }
puts stderr "Error: unsupported architecture"
exit 1
}