diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-19 14:02:05 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-03-19 14:02:49 -0500 |
commit | 672ae1bb21f6a57d0c77716b4545de02fa0716af (patch) | |
tree | 7237a663574ca740bbd8d1db9560d66fa0bf295c | |
parent | a90bc4cd66ba010ae8f3bab92cc788ba3812cb2c (diff) |
disable hppa for uClibc
-rw-r--r-- | target/config/Config.in.libc.choice | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index f410643ce..f47dcd2df 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_HPPA && \ !ADK_TARGET_ARCH_MICROBLAZE && \ !ADK_TARGET_ARCH_NIOS2 && \ !ADK_TARGET_ARCH_SPARC64 && \ @@ -53,6 +54,7 @@ config ADK_TARGET_LIB_UCLIBC !ADK_TARGET_ARCH_AARCH64 && \ !ADK_TARGET_ARCH_ALPHA && \ !ADK_TARGET_ARCH_CRIS && \ + !ADK_TARGET_ARCH_HPPA && \ !ADK_TARGET_ARCH_MICROBLAZE && \ !ADK_TARGET_ARCH_NIOS2 && \ !ADK_TARGET_ARCH_SPARC64 && \ |