summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-04-12 16:38:37 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-04-12 16:38:37 +0200
commitef175598ce8b7ac522136c91262ffae076013bf5 (patch)
tree298a5802318f5262b8950c9cb4f619e7c23ad170 /extra
parent7a0108deec4772bfa3abfce8cbf1d30a15a55dad (diff)
temporarily turn on warnings for NPTL
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in2
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.