diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-07 18:53:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-07 18:54:11 +0200 |
commit | 058fc998b116a594d72423f9a8ef91af6eddbd42 (patch) | |
tree | 89ff40e0cafba2a8b20b298a38779e6f3fb1b1a6 /target | |
parent | 1daff2b764dc025a07bcddcd0d4199fec8236be2 (diff) |
arm: stick with gcc 7.4.0 and Linux 4.9.x for ARM cortex-a53
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.compiler | 2 | ||||
-rw-r--r-- | target/linux/Config.in.kernelversion | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index b4e5ebc2f..3f228e48f 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -49,6 +49,7 @@ config ADK_TOOLCHAIN_GCC_9 depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_CPU_ARM_ARM11MPCORE + depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TOOLCHAIN_GCC_8 bool "8.3.0" @@ -59,6 +60,7 @@ config ADK_TOOLCHAIN_GCC_8 depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_ARCH_OR1K depends on !ADK_TARGET_CPU_ARM_ARM11MPCORE + depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TOOLCHAIN_GCC_7 bool "7.4.0" diff --git a/target/linux/Config.in.kernelversion b/target/linux/Config.in.kernelversion index 62627a3bb..364f62d1f 100644 --- a/target/linux/Config.in.kernelversion +++ b/target/linux/Config.in.kernelversion @@ -42,6 +42,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_5_3 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_CPU_ARM_ARM11MPCORE + depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TARGET_LINUX_KERNEL_VERSION_4_19 bool "4.19.75" @@ -54,6 +55,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_19 depends on !ADK_TARGET_ARCH_RISCV32 depends on !ADK_TARGET_ARCH_RISCV64 depends on !ADK_TARGET_CPU_ARM_ARM11MPCORE + depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TARGET_LINUX_KERNEL_VERSION_4_14 bool "4.14.142" @@ -67,6 +69,7 @@ config ADK_TARGET_LINUX_KERNEL_VERSION_4_14 depends on !ADK_TARGET_ARCH_RISCV32 depends on !ADK_TARGET_ARCH_RISCV64 depends on !ADK_TARGET_CPU_ARM_ARM11MPCORE + depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TARGET_LINUX_KERNEL_VERSION_4_9 bool "4.9.179" |