mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
arch/arm: saphira is in fact an armv8.4a
... and not an armv8.3a like previously supposed: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=886d991373e4dc5a746d0a33de64f1b36e61eed9 So, change the correspoding labels and comments. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
c0d1730153
commit
b22ee8ad88
@ -481,7 +481,7 @@ config BR2_cortex_a75_a55
|
|||||||
select BR2_ARCH_HAS_MMU_OPTIONAL
|
select BR2_ARCH_HAS_MMU_OPTIONAL
|
||||||
select BR2_ARCH_NEEDS_GCC_AT_LEAST_8
|
select BR2_ARCH_NEEDS_GCC_AT_LEAST_8
|
||||||
|
|
||||||
comment "armv8.3a cores"
|
comment "armv8.4a cores"
|
||||||
config BR2_saphira
|
config BR2_saphira
|
||||||
bool "saphira"
|
bool "saphira"
|
||||||
depends on BR2_ARCH_IS_64
|
depends on BR2_ARCH_IS_64
|
||||||
@ -841,7 +841,7 @@ config BR2_GCC_TARGET_CPU
|
|||||||
default "cortex-a55" if BR2_cortex_a55
|
default "cortex-a55" if BR2_cortex_a55
|
||||||
default "cortex-a75" if BR2_cortex_a75
|
default "cortex-a75" if BR2_cortex_a75
|
||||||
default "cortex-a75.cortex-a55" if BR2_cortex_a75_a55
|
default "cortex-a75.cortex-a55" if BR2_cortex_a75_a55
|
||||||
# armv8.3a
|
# armv8.4a
|
||||||
default "saphira" if BR2_saphira
|
default "saphira" if BR2_saphira
|
||||||
|
|
||||||
config BR2_GCC_TARGET_ABI
|
config BR2_GCC_TARGET_ABI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user