mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
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:
committed by
Norman Feske
parent
42c5f2e91e
commit
6fb9c802d3
@@ -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" }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user