Browse Source

disable nios2 for uClibc, not working.

Waldemar Brodkorb 10 years ago
parent
commit
fa8c0d1d48
1 changed files with 2 additions and 0 deletions
  1. 2 0
      target/config/Config.in.libc.choice

+ 2 - 0
target/config/Config.in.libc.choice

@@ -10,6 +10,7 @@ config ADK_TARGET_LIB_UCLIBC_NG
 	depends on \
 		   !ADK_TARGET_ARCH_AARCH64 && \
 		   !ADK_TARGET_ARCH_ALPHA && \
+		   !ADK_TARGET_ARCH_NIOS2 && \
 		   !ADK_TARGET_ARCH_SPARC64 && \
 		   !ADK_TARGET_ARCH_PPC64 && \
 		   !ADK_TARGET_ARCH_TILE && \
@@ -52,6 +53,7 @@ config ADK_TARGET_LIB_UCLIBC
 		   !ADK_TARGET_ARCH_ALPHA && \
 		   !ADK_TARGET_ARCH_CRIS && \
 		   !ADK_TARGET_ARCH_MICROBLAZE && \
+		   !ADK_TARGET_ARCH_NIOS2 && \
 		   !ADK_TARGET_ARCH_SPARC64 && \
 		   !ADK_TARGET_ARCH_PPC64 && \
 		   !ADK_TARGET_ARCH_TILE && \