mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-08 20:05:54 +00:00
tool/run: select 'arm_v7a' depot archives
The former use of 'arm_v7' as architecture was too unspecific. Depot binary archives for Cortex-A8/A9 platforms should be generated for the 'arm_v7a' architecture to define the required compile flags (i.e., -march).
This commit is contained in:
parent
d2b21d294e
commit
19f7d11f1a
@ -11,9 +11,9 @@ proc depot_dir { } { return [genode_dir]/depot }
|
||||
# Return spec value to be used to access binary archives
|
||||
#
|
||||
proc depot_spec { } {
|
||||
if {[have_spec x86_32]} { return "x86_32" }
|
||||
if {[have_spec x86_64]} { return "x86_64" }
|
||||
if {[have_spec arm_v7]} { return "arm_v7" }
|
||||
if {[have_spec x86_32]} { return "x86_32" }
|
||||
if {[have_spec x86_64]} { return "x86_64" }
|
||||
if {[have_spec arm_v7a]} { return "arm_v7a" }
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user