depot: support for ARM 64-bit for base-foc on rpi3

issue #3407
This commit is contained in:
Sebastian Sumpf
2019-05-21 14:01:26 +02:00
committed by Christian Helmuth
parent 90d07741aa
commit e337b844e5
9 changed files with 18 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ proc depot_spec { } {
if {[have_spec x86_64]} { return "x86_64" }
if {[have_spec arm_v6]} { return "arm_v6" }
if {[have_spec arm_v7a]} { return "arm_v7a" }
if {[have_spec arm_v8a]} { return "arm_v8a" }
}