diff mbox series

[uclibc-ng-devel,15/32,ARM,FDPIC] enable NPTL on TARGET_arm

Message ID 20180704155605.1892-16-christophe.lyon@st.com
State Accepted
Headers show
Series FDPIC ABI for ARM | expand

Commit Message

Christophe Lyon July 4, 2018, 3:55 p.m. UTC
* extra/Configs/Config.in: enable UCLIBC_HAS_THREADS_NATIVE on
	TARGET_arm.

Signed-off-by: Christophe Lyon <christophe.lyon@st.com>
diff mbox series

Patch

diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 7443903..f96511f 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -541,7 +541,7 @@  config UCLIBC_HAS_THREADS_NATIVE
 		   !TARGET_h8300 && \
 		   !TARGET_hppa && \
 		   !TARGET_ia64 && \
-		   ARCH_USE_MMU
+		   (ARCH_USE_MMU || TARGET_arm)
 	help
 	  If you want to compile uClibc with NPTL support, then answer Y.