diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-23 11:37:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-23 11:37:33 +0200 |
commit | 7d68ceb8174763e4875dd5f91d2352686c96d26f (patch) | |
tree | c27c4a03d02c8c29ad3e44bd4673038a62392117 /target/config | |
parent | 83269248e437d15f040975e5d40dfc9ad599ab0e (diff) |
enable alpha/sparc for testing, it is broken
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.libc.choice | 4 | ||||
-rw-r--r-- | target/config/Config.in.libc.default | 2 |
2 files changed, 0 insertions, 6 deletions
diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index 2f11de4a3..6da87451e 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -11,8 +11,6 @@ config ADK_TARGET_LIB_UCLIBC_NG select ADK_uclibc_ng depends on \ !ADK_LINUX_AARCH64 && \ - !ADK_LINUX_ALPHA && \ - !ADK_LINUX_SPARC && \ !ADK_LINUX_SPARC64 && \ !ADK_LINUX_PPC64 && \ !ADK_x32 @@ -48,8 +46,6 @@ config ADK_TARGET_LIB_UCLIBC select ADK_uclibc depends on \ !ADK_LINUX_AARCH64 && \ - !ADK_LINUX_ALPHA && \ - !ADK_LINUX_SPARC && \ !ADK_LINUX_SPARC64 && \ !ADK_LINUX_PPC64 && \ !ADK_x32 diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index bda82ae68..cd160a4cb 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -22,10 +22,8 @@ config ADK_TARGET_LIBC config ADK_TARGET_WITH_NPTL boolean - default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_LINUX_ALPHA default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_LINUX_M68K default n if ADK_TARGET_LIB_UCLIBC_NG && ADK_LINUX_MICROBLAZE - default n if ADK_TARGET_LIB_UCLIBC && ADK_LINUX_ALPHA default n if ADK_TARGET_LIB_UCLIBC && ADK_LINUX_M68K default n if ADK_TARGET_LIB_UCLIBC && ADK_LINUX_MICROBLAZE default y |