commit | bc434676dc99f492492b8d0b23a0e49262202029 | [log] [tgz] |
---|---|---|
author | Ulrich Hecht <uli@suse.de> | Tue Mar 29 15:29:33 2011 +0200 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Mon Apr 04 00:34:11 2011 +0200 |
tree | eccb551f7fdc0aeb1b4619cc064413964b905a5c | |
parent | db500609847caa9d43a1186bb7ab2df56fa8e1b0 [diff] [blame] |
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>
diff --git a/configure b/configure index 2ef5c75..e91525f 100755 --- a/configure +++ b/configure
@@ -3150,6 +3150,7 @@ target_phys_bits=64 ;; s390x) + target_nptl="yes" target_phys_bits=64 ;; *)