summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-02-14 06:46:54 -0600
committerWaldemar Brodkorb <wbx@openadk.org>2015-02-14 06:46:54 -0600
commitfa8c0d1d48a99badd68b1d379b73f4b56997f439 (patch)
treed6ea213865a1ef7d900f138df38a02d308ab7fa1 /target
parent5e2624a4bd4d787b1d81218d6cf98ccf207a1ece (diff)
disable nios2 for uClibc, not working.
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.libc.choice2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice
index eef7aa338..572beae75 100644
--- a/target/config/Config.in.libc.choice
+++ b/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 && \