projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5cf4eff
)
s390x: Enable nptl for s390x
author
Ulrich Hecht
<uli@suse.de>
Tue, 29 Mar 2011 13:29:33 +0000
(15:29 +0200)
committer
Aurelien Jarno
<aurelien@aurel32.net>
Sun, 3 Apr 2011 22:34:11 +0000
(
00:34
+0200)
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>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 2ef5c750543bfc86d6105025f5b65be0f468d0d9..e91525fd1c8c5530fd2bd4dcd5c3d7525640749d 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-3150,6
+3150,7
@@
case "$target_arch2" in
target_phys_bits=64
;;
s390x)
+ target_nptl="yes"
target_phys_bits=64
;;
*)