diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-09 19:15:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-09 19:15:35 +0200 |
commit | d07b1a0fe8d7a3e79e9ee9d4ee7fce2be1921291 (patch) | |
tree | 561a572f8d6d6c4d510f99d14a8f3626ecd634f5 /target/config | |
parent | ff5e4823deb6fc7a03c0173f02abc506e800f04d (diff) |
or1k: default to gcc 9.2.0, add more ram patches for linux 5.3.1 and 4.19.75
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.compiler | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index b44da2882..7c2adb055 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -19,6 +19,7 @@ default ADK_TOOLCHAIN_GCC_METAG if ADK_TARGET_ARCH_METAG default ADK_TOOLCHAIN_GCC_NDS32 if ADK_TARGET_ARCH_NDS32 default ADK_TOOLCHAIN_GCC_7 if ADK_TARGET_CPU_ARM_ARM11MPCORE default ADK_TOOLCHAIN_GCC_7 if ADK_TARGET_CPU_ARM_CORTEX_A53 +default ADK_TOOLCHAIN_GCC_9 if ADK_TARGET_ARCH_OR1K default ADK_TOOLCHAIN_GCC_8 config ADK_TOOLCHAIN_GCC_GIT |