summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-05-29 10:12:32 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-16 17:17:52 +0200
commitfabc613d90c3e3d1ccd90e25329ba2593f20b001 (patch)
tree63f426d7a216be436635a7a1d4381d1e87762743 /target/config
parent15507ff45b4c7070906082b7eec96f0987fe106a (diff)
nios2: depend on gcc 6.x/binutils 2.27, otherwise static linking fails
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.binutils2
-rw-r--r--target/config/Config.in.compiler2
-rw-r--r--target/config/Config.in.float4
3 files changed, 7 insertions, 1 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils
index b4b7b629d..7457009a0 100644
--- a/target/config/Config.in.binutils
+++ b/target/config/Config.in.binutils
@@ -40,6 +40,7 @@ config ADK_TOOLCHAIN_BINUTILS_2_26_1
depends on !ADK_TARGET_ARCH_LM32
depends on !ADK_TARGET_ARCH_MICROBLAZE
depends on !ADK_TARGET_ARCH_NDS32
+ depends on !ADK_TARGET_ARCH_NIOS2
config ADK_TOOLCHAIN_BINUTILS_2_25_1
bool "2.25.1"
@@ -50,6 +51,7 @@ config ADK_TOOLCHAIN_BINUTILS_2_25_1
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_MOXIE
depends on !ADK_TARGET_ARCH_NDS32
+ depends on !ADK_TARGET_ARCH_NIOS2
depends on !ADK_TARGET_CPU_CRIS_CRISV10
config ADK_TOOLCHAIN_BINUTILS_2_24
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index 513aa74e6..28b718b53 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -62,6 +62,7 @@ config ADK_TOOLCHAIN_GCC_5
depends on !ADK_TARGET_ARCH_M32R
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_SYSTEM_KINETIS_K70
depends on !(ADK_TARGET_LIB_GLIBC && ADK_TARGET_ARCH_SH)
@@ -77,6 +78,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_NIOS2
depends on !ADK_TARGET_ARCH_OR1K
depends on !ADK_TARGET_ARCH_TILE
depends on !ADK_TARGET_CPU_MIPS_MIPS32R6
diff --git a/target/config/Config.in.float b/target/config/Config.in.float
index 640f2f234..693010633 100644
--- a/target/config/Config.in.float
+++ b/target/config/Config.in.float
@@ -6,6 +6,7 @@ prompt "Float configuration"
depends on ADK_TARGET_ARCH_ARM || \
ADK_TARGET_ARCH_M68K || \
ADK_TARGET_ARCH_MIPS || \
+ ADK_TARGET_ARCH_NIOS2 || \
ADK_TARGET_ARCH_PPC
config ADK_TARGET_HARD_FLOAT
@@ -23,7 +24,8 @@ endchoice
config ADK_TARGET_FLOAT
string
- depends on !ADK_TARGET_ARCH_M68K
+ depends on !ADK_TARGET_ARCH_M68K \
+ && !ADK_TARGET_ARCH_NIOS2
default "hard" if ADK_TARGET_HARD_FLOAT
default "soft" if ADK_TARGET_SOFT_FLOAT
default "softfp" if ADK_TARGET_SOFTFP_FLOAT