diff options
author | Ulrich Hecht <uli@suse.de> | 2011-03-29 15:29:33 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2011-04-04 00:34:11 +0200 |
commit | bc434676dc99f492492b8d0b23a0e49262202029 (patch) | |
tree | eccb551f7fdc0aeb1b4619cc064413964b905a5c /configure | |
parent | db500609847caa9d43a1186bb7ab2df56fa8e1b0 (diff) | |
download | qemu-bc434676dc99f492492b8d0b23a0e49262202029.tar.gz qemu-bc434676dc99f492492b8d0b23a0e49262202029.tar.bz2 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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3150,6 +3150,7 @@ case "$target_arch2" in target_phys_bits=64 ;; s390x) + target_nptl="yes" target_phys_bits=64 ;; *) |