diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-09 20:47:09 -0600 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-09 20:47:16 -0600 |
| commit | dde447ccdd4c349795cb653e4c958a33f6ae598e (patch) | |
| tree | 1152c1814481b84c540586943f9d2d26401727c1 /target/config/Config.in.libc.default | |
| parent | 86098e08d81361365729c0d65ec320ac48269646 (diff) | |
add toolchain support for uClibc and microblaze without threads.
Diffstat (limited to 'target/config/Config.in.libc.default')
| -rw-r--r-- | target/config/Config.in.libc.default | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 060a8a581..cfc1a87e3 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -38,6 +38,8 @@ config ADK_TARGET_WITH_NPTL default n if ADK_TARGET_LIB_UCLIBC && ADK_TARGET_ARCH_M68K default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_C6X default n if ADK_TARGET_LIB_UCLIBC && ADK_TARGET_ARCH_C6X + default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_TARGET_ARCH_MICROBLAZE + default n if ADK_TARGET_LIB_UCLIBC && ADK_TARGET_ARCH_MICROBLAZE default y config ADK_TARGET_SUFFIX |
