diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-11-04 09:29:30 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-11-10 00:32:03 +0100 |
commit | db10a29a46daffeee555c622ca0d97982c309cb9 (patch) | |
tree | ed1389132e7ff938c0b90406adfde7dc1b4b5798 /target | |
parent | 5138e911ce0bc83c9fd286ababf394c9babf18fd (diff) |
arc: update comment
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.binutils | 2 | ||||
-rw-r--r-- | target/config/Config.in.compiler | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 602a36fc9..e43cb2eef 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -43,7 +43,7 @@ config ADK_TOOLCHAIN_BINUTILS_2_28 depends on ADK_TARGET_CPU_SH_J2 config ADK_TOOLCHAIN_BINUTILS_ARC - bool "arc-2020.09-eng007" + bool "arc-2020.09" depends on ADK_TARGET_ARCH_ARC config ADK_TOOLCHAIN_BINUTILS_KVX diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index bd6da74a4..3217e7262 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -71,7 +71,7 @@ config ADK_TOOLCHAIN_GCC_7 depends on !ADK_TARGET_ARCH_OR1K config ADK_TOOLCHAIN_GCC_ARC - bool "arc-2020.09-eng007" + bool "arc-2020.09" depends on ADK_TARGET_ARCH_ARC config ADK_TOOLCHAIN_GCC_AVR32 |