s390x: Enable nptl for s390x

S390x user emulation can do nptl. Reflect this in the configure script.

Signed-off-by: Ulrich Hecht <uli@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Ulrich Hecht 2011-03-29 15:29:33 +02:00 committed by Aurelien Jarno
parent db50060984
commit bc434676dc

1
configure vendored
View file

@ -3150,6 +3150,7 @@ case "$target_arch2" in
target_phys_bits=64
;;
s390x)
target_nptl="yes"
target_phys_bits=64
;;
*)