depot: enable package building for armv6

* Allow depot_autopilot to be run on top of arm_v6 too (Ref #3027)
This commit is contained in:
Stefan Kalkowski
2018-11-30 11:18:24 +01:00
committed by Norman Feske
parent 42c5f2e91e
commit 6fb9c802d3
3 changed files with 3 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ proc depot_dir { } {
proc depot_spec { } {
if {[have_spec x86_32]} { return "x86_32" }
if {[have_spec x86_64]} { return "x86_64" }
if {[have_spec arm_v6]} { return "arm_v6" }
if {[have_spec arm_v7a]} { return "arm_v7a" }
}