Browse Source

arc: update comment

Waldemar Brodkorb 3 years ago
parent
commit
db10a29a46
2 changed files with 2 additions and 2 deletions
  1. 1 1
      target/config/Config.in.binutils
  2. 1 1
      target/config/Config.in.compiler

+ 1 - 1
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

+ 1 - 1
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