ports: noux_tool_chain_auto for ARMv8

issue #3537
This commit is contained in:
Sebastian Sumpf 2019-10-30 14:31:25 +01:00 committed by Christian Helmuth
parent b752d22a77
commit 2653fad0c4
1 changed files with 9 additions and 0 deletions

View File

@ -72,6 +72,15 @@ if {[have_spec arm]} {
}
if {[have_spec arm_64]} {
set binutils "binutils_arm_64"
set gcc "gcc_arm_64"
set tool_prefix "genode-aarch64-"
set noux_boot_timeout 350
set platform "arm_v8a"
}
if {[have_spec x86]} {
set binutils "binutils_x86"
set gcc "gcc_x86"