diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-29 10:12:32 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-10-16 17:17:52 +0200 |
| commit | fabc613d90c3e3d1ccd90e25329ba2593f20b001 (patch) | |
| tree | 63f426d7a216be436635a7a1d4381d1e87762743 /target/config/Config.in.compiler | |
| parent | 15507ff45b4c7070906082b7eec96f0987fe106a (diff) | |
nios2: depend on gcc 6.x/binutils 2.27, otherwise static linking fails
Diffstat (limited to 'target/config/Config.in.compiler')
| -rw-r--r-- | target/config/Config.in.compiler | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
