summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-12-02 08:05:31 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-12-02 08:05:43 +0100
commit143af5a62d4052a83495fcab29e775d46361647d (patch)
tree432d07ab754b1ab57e7eb9f25f194a1326d01c2a /target/config
parentb4898bf8823de5049134fa116a44878533f86a1b (diff)
use latest gcc/binutils from Andes
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.binutils6
-rw-r--r--target/config/Config.in.compiler7
2 files changed, 10 insertions, 3 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index 10ef4f45d..c066785e0 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -4,8 +4,8 @@
choice
prompt "Binutils version"
default ADK_TOOLCHAIN_BINUTILS_ARC if ADK_TARGET_ARCH_ARC
+default ADK_TOOLCHAIN_BINUTILS_NDS32 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_BINUTILS_2_20_1 if ADK_TARGET_ARCH_AVR32
-default ADK_TOOLCHAIN_BINUTILS_2_24 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_BINUTILS_2_25_1 if ADK_TARGET_ARCH_LM32
default ADK_TOOLCHAIN_BINUTILS_2_25_1 if ADK_TARGET_ARCH_X86
default ADK_TOOLCHAIN_BINUTILS_2_27 if ADK_TARGET_ARCH_C6X
@@ -50,8 +50,8 @@ config ADK_TOOLCHAIN_BINUTILS_2_25_1
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_CPU_CRIS_CRISV10
-config ADK_TOOLCHAIN_BINUTILS_2_24
- bool "2.24"
+config ADK_TOOLCHAIN_BINUTILS_NDS32
+ bool "2.24-nds32"
depends on ADK_TARGET_ARCH_NDS32
config ADK_TOOLCHAIN_BINUTILS_ARC
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index e99bcc193..e327f1720 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -18,6 +18,7 @@ prompt "GCC version"
depends on ADK_BUILD_COMPILER_GCC
default ADK_TOOLCHAIN_GCC_ARC if ADK_TARGET_ARCH_ARC
default ADK_TOOLCHAIN_GCC_OR1K if ADK_TARGET_ARCH_OR1K
+default ADK_TOOLCHAIN_GCC_NDS32 if ADK_TARGET_ARCH_NDS32
default ADK_TOOLCHAIN_GCC_4_2 if ADK_TARGET_ARCH_METAG
default ADK_TOOLCHAIN_GCC_4_4 if ADK_TARGET_ARCH_AVR32
default ADK_TOOLCHAIN_GCC_4_9 if ADK_TARGET_LIB_GLIBC && ADK_TARGET_ARCH_SH
@@ -80,6 +81,7 @@ config ADK_TOOLCHAIN_GCC_4_9
depends on !ADK_TARGET_ARCH_CR16
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_METAG
+ depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_NIOS2
depends on !ADK_TARGET_ARCH_OR1K
depends on !ADK_TARGET_ARCH_TILE
@@ -91,6 +93,11 @@ config ADK_TOOLCHAIN_GCC_OR1K
select ADK_DISABLE_HONOUR_CFLAGS
depends on ADK_TARGET_ARCH_OR1K
+config ADK_TOOLCHAIN_GCC_NDS32
+ bool "4.9.3-nds32"
+ select ADK_DISABLE_HONOUR_CFLAGS
+ depends on ADK_TARGET_ARCH_NDS32
+
config ADK_TOOLCHAIN_GCC_ARC
bool "arc-2016.09-rc1"
select ADK_DISABLE_HONOUR_CFLAGS