diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-03 16:36:37 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-12-03 16:36:37 +0000 |
commit | 581378f5cb6ff8c0321f80f0750d9a7a09dfd63b (patch) | |
tree | cc6c0ee89be0da7528f97bb45a2517ff243d2ca7 /toolchain/uClibc/patches-0.9.32 | |
parent | ec7e1cee0b21d0a0e261a4e75b64dd7681f45cb2 (diff) | |
download | upstream-581378f5cb6ff8c0321f80f0750d9a7a09dfd63b.tar.gz upstream-581378f5cb6ff8c0321f80f0750d9a7a09dfd63b.tar.bz2 upstream-581378f5cb6ff8c0321f80f0750d9a7a09dfd63b.zip |
toolchain/uClibc: sync to latest uClibc-0.9.32
SVN-Revision: 24229
Diffstat (limited to 'toolchain/uClibc/patches-0.9.32')
-rw-r--r-- | toolchain/uClibc/patches-0.9.32/100-do_not_select_extra-warnings.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/uClibc/patches-0.9.32/100-do_not_select_extra-warnings.patch b/toolchain/uClibc/patches-0.9.32/100-do_not_select_extra-warnings.patch index c76a8d16af..2c3a69e334 100644 --- a/toolchain/uClibc/patches-0.9.32/100-do_not_select_extra-warnings.patch +++ b/toolchain/uClibc/patches-0.9.32/100-do_not_select_extra-warnings.patch @@ -1,10 +1,10 @@ --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in -@@ -453,7 +453,6 @@ +@@ -453,7 +453,6 @@ config UCLIBC_HAS_THREADS_NATIVE select UCLIBC_HAS_TLS select UCLIBC_HAS_STDIO_FUTEXES # NPTL local: - select EXTRA_WARNINGS + # i386 has no lowlevellock support (yet) as opposed to i486 onward + depends on !CONFIG_386 help - If you want to compile uClibc with NPTL support, then answer Y. - |