diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-04-12 16:38:37 +0200 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2010-04-12 16:38:37 +0200 |
commit | ef175598ce8b7ac522136c91262ffae076013bf5 (patch) | |
tree | 298a5802318f5262b8950c9cb4f619e7c23ad170 /extra/Configs/Config.in | |
parent | 7a0108deec4772bfa3abfce8cbf1d30a15a55dad (diff) |
temporarily turn on warnings for NPTL
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index e43033941..90094ca6f 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -436,6 +436,8 @@ config UCLIBC_HAS_THREADS_NATIVE bool "Native POSIX Threading (NPTL)" 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. |