summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorUlrich Hecht2011-03-29 15:29:33 +0200
committerAurelien Jarno2011-04-04 00:34:11 +0200
commitbc434676dc99f492492b8d0b23a0e49262202029 (patch)
treeeccb551f7fdc0aeb1b4619cc064413964b905a5c /configure
parents390x: Enable disassembler for s390x (diff)
downloadqemu-bc434676dc99f492492b8d0b23a0e49262202029.tar.gz
qemu-bc434676dc99f492492b8d0b23a0e49262202029.tar.xz
qemu-bc434676dc99f492492b8d0b23a0e49262202029.zip
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>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 2ef5c75054..e91525fd1c 100755
--- a/configure
+++ b/configure
@@ -3150,6 +3150,7 @@ case "$target_arch2" in
target_phys_bits=64
;;
s390x)
+ target_nptl="yes"
target_phys_bits=64
;;
*)