From fabc613d90c3e3d1ccd90e25329ba2593f20b001 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 29 May 2016 10:12:32 +0200 Subject: nios2: depend on gcc 6.x/binutils 2.27, otherwise static linking fails --- target/config/Config.in.binutils | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/config/Config.in.binutils') 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 -- cgit v1.2.3