diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-16 01:29:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-16 01:29:47 +0200 |
commit | da7843332416a698576b77490239b591e3a7a929 (patch) | |
tree | 63d03d5e9bfecb8cd0dbf18c45ef3d39f00ce583 /target/config/Config.in.libc.choice | |
parent | f0cccdff7a6de571f14524473b0dd3be6a9681d4 (diff) |
alpha: allow to choose uClibc-ng, select ADK_TARGET_WITH_LT
Diffstat (limited to 'target/config/Config.in.libc.choice')
-rw-r--r-- | target/config/Config.in.libc.choice | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index 076974384..41730f808 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -8,7 +8,6 @@ config ADK_TARGET_LIB_UCLIBC_NG bool "uClibc-ng embedded C library" depends on \ !ADK_TARGET_ARCH_AARCH64 && \ - !ADK_TARGET_ARCH_ALPHA && \ !ADK_TARGET_ARCH_HPPA && \ !ADK_TARGET_ARCH_NIOS2 && \ !ADK_TARGET_ARCH_SPARC64 && \ |