nptl-supoprt should not autoselect EXTRA_WARNINGS as this results in extra CFLAGS...
authorMirko Vogt <mirko@openwrt.org>
Fri, 6 Aug 2010 12:42:04 +0000 (12:42 +0000)
committerMirko Vogt <mirko@openwrt.org>
Fri, 6 Aug 2010 12:42:04 +0000 (12:42 +0000)
SVN-Revision: 22511

toolchain/uClibc/patches-0.9.32/100-do_not_select_extra-warnings.patch [new file with mode: 0644]

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
new file mode 100644 (file)
index 0000000..d9d7387
--- /dev/null
@@ -0,0 +1,11 @@
+diff -ruN uClibc-0.9.32.orig/extra/Configs/Config.in uClibc-0.9.32/extra/Configs/Config.in
+--- uClibc-0.9.32.orig/extra/Configs/Config.in 2010-08-05 08:41:15.880201300 +0000
++++ uClibc-0.9.32/extra/Configs/Config.in      2010-08-05 09:03:50.517199984 +0000
+@@ -460,7 +460,6 @@
+       select UCLIBC_HAS_TLS
+       select UCLIBC_HAS_STDIO_FUTEXES
+       # NPTL local:
+-      select EXTRA_WARNINGS
+       help
+         If you want to compile uClibc with NPTL support, then answer Y.