mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
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:
parent
db50060984
commit
bc434676dc
1 changed files with 1 additions and 0 deletions
1
configure
vendored
1
configure
vendored
|
@ -3150,6 +3150,7 @@ case "$target_arch2" in
|
|||
target_phys_bits=64
|
||||
;;
|
||||
s390x)
|
||||
target_nptl="yes"
|
||||
target_phys_bits=64
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue