From 692b42dd72d562872fea1e29be45e34bfd4f4767 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Thu, 27 Jun 2013 19:22:57 +0100 Subject: configure: Don't say target_nptl="no" if there is no linux-user target For architectures with no linux-user target, don't claim no NPTL support. This has no behavioural change, but it means that we won't accidentally add a new linux-user target without threading support in future (because attempting to do so would be a compile failure rather than a silent lack of support). Signed-off-by: Peter Maydell --- configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure b/configure index b4c5bbf04f..7c095e2f5f 100755 --- a/configure +++ b/configure @@ -4172,7 +4172,6 @@ case "$target_name" in cris) ;; lm32) - target_nptl="no" ;; m68k) bflt="yes" @@ -4201,7 +4200,6 @@ case "$target_name" in target_nptl="no" ;; moxie) - target_nptl="no" ;; or32) TARGET_ARCH=openrisc @@ -4255,7 +4253,6 @@ case "$target_name" in ;; xtensa|xtensaeb) TARGET_ARCH=xtensa - target_nptl="no" ;; *) error_exit "Unsupported target CPU" -- cgit v1.2.3