Browse Source

temporarily turn on warnings for NPTL

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 14 years ago
parent
commit
ef175598ce
1 changed files with 2 additions and 0 deletions
  1. 2 0
      extra/Configs/Config.in

+ 2 - 0
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.