diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-12 14:06:43 -0600 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-12 14:08:52 -0600 |
commit | 322fdd37d307a12c913be78cebcc348a77731dd3 (patch) | |
tree | ca9d101d32462a60b3a635f1a5d4b5012b1a151e /extra/Configs/Config.in | |
parent | c725f1deaef5bbfb22c83fbfc221a86255a3072b (diff) |
unbreak support for ARM no MMU case
As suggested on the uCLibc mailing list:
http://lists.uclibc.org/pipermail/uclibc/2014-November/048702.html
http://lists.uclibc.org/pipermail/uclibc/2014-November/048703.html
http://lists.uclibc.org/pipermail/uclibc/2014-November/048704.html
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index c7a3b2dd2..31944bea1 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -524,7 +524,6 @@ config LINUXTHREADS_OLD # linuxthreads and linuxthreads.old need nanosleep() select UCLIBC_HAS_REALTIME depends on !TARGET_arc && \ - !TARGET_arm && \ !TARGET_i386 && \ !TARGET_metag && \ !TARGET_mips && \ |