From: Ulrich Hecht Date: Tue, 29 Mar 2011 13:29:33 +0000 (+0200) Subject: s390x: Enable nptl for s390x X-Git-Tag: v0.15.0-rc0~565 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bc434676dc99f492492b8d0b23a0e49262202029;p=thirdparty%2Fqemu.git s390x: Enable nptl for s390x S390x user emulation can do nptl. Reflect this in the configure script. Signed-off-by: Ulrich Hecht Signed-off-by: Aurelien Jarno --- diff --git a/configure b/configure index 2ef5c750543..e91525fd1c8 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 ;; *)