diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2021-10-24 07:32:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-11-11 10:35:27 +0100 |
commit | fb06efdd712d35dd482f8b2e28fe433a20827417 (patch) | |
tree | de3c8eaec59a5cf84a31377eb579e1fd7fa8f5ce /target/config/Config.in.compiler | |
parent | 7043ce8dfce5b99231906421f756c2cc4fc7e639 (diff) |
bfin fdpic gcc 10 fails
Diffstat (limited to 'target/config/Config.in.compiler')
-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 e8146fe3b..e201505ed 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -21,6 +21,7 @@ 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_MICROBLAZE +default ADK_TOOLCHAIN_GCC_9 if ADK_TARGET_ARCH_BFIN && ADK_TARGET_BINFMT_FDPIC default ADK_TOOLCHAIN_GCC_10 config ADK_TOOLCHAIN_GCC_GIT |