diff mbox

[7/9] linux-user: Enable NPTL for i386

Message ID 1373070978-11966-8-git-send-email-agraf@suse.de
State New
Headers show

Commit Message

Alexander Graf July 6, 2013, 12:36 a.m. UTC
The i386 target is now able to properly handle NPTL. Enable it.

Signed-off-by: Alexander Graf <agraf@suse.de>
---
 configure |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Peter Maydell July 6, 2013, 10:48 a.m. UTC | #1
On 6 July 2013 01:36, Alexander Graf <agraf@suse.de> wrote:
> The i386 target is now able to properly handle NPTL. Enable it.

This will conflict with the on-list series which reverses
the default for target_nptl in this bit of configure
(though the correction is obviously trivial).

thanks
-- PMM
Alexander Graf July 6, 2013, 10:49 a.m. UTC | #2
On 06.07.2013, at 12:48, Peter Maydell wrote:

> On 6 July 2013 01:36, Alexander Graf <agraf@suse.de> wrote:
>> The i386 target is now able to properly handle NPTL. Enable it.
> 
> This will conflict with the on-list series which reverses
> the default for target_nptl in this bit of configure
> (though the correction is obviously trivial).

It's here for completeness only. It's such a trivial change that I'm sure we can easily redo it once your series is in :).


Alex
diff mbox

Patch

diff --git a/configure b/configure
index 0e0adde..61f2770 100755
--- a/configure
+++ b/configure
@@ -4156,6 +4156,7 @@  TARGET_ABI_DIR=""
 
 case "$target_name" in
   i386)
+    target_nptl="yes"
   ;;
   x86_64)
     TARGET_BASE_ARCH=i386