diff options
author | Mirko Vogt <mirko@openwrt.org> | 2010-08-06 12:42:04 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2010-08-06 12:42:04 +0000 |
commit | 3cf86bb69284acb603eb8b522161d2f83d8d0edc (patch) | |
tree | 821d8c81408dfb7a01862e1c86e85eb314b69f98 /toolchain/uClibc | |
parent | 8122c61c9d3fc95776f425a8552488b0da172bfe (diff) | |
download | upstream-3cf86bb69284acb603eb8b522161d2f83d8d0edc.tar.gz upstream-3cf86bb69284acb603eb8b522161d2f83d8d0edc.tar.bz2 upstream-3cf86bb69284acb603eb8b522161d2f83d8d0edc.zip |
nptl-supoprt should not autoselect EXTRA_WARNINGS as this results in extra CFLAGS which may not be supported by older compilers (as e.g. gcc-4.1 which e.g. the x86 target is currently using)
SVN-Revision: 22511
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r-- | toolchain/uClibc/patches-0.9.32/100-do_not_select_extra-warnings.patch | 11 |
1 files changed, 11 insertions, 0 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 new file mode 100644 index 0000000000..d9d7387400 --- /dev/null +++ b/toolchain/uClibc/patches-0.9.32/100-do_not_select_extra-warnings.patch @@ -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. + |