summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Froyd <froydnj@codesourcery.com>2009-08-03 08:43:28 -0700
committermalc <av1474@comtv.ru>2009-08-03 20:33:41 +0400
commitd6630708bdc8665d96d35e22931463c85004a808 (patch)
tree4512046ec62cf7e40b00f04a783be4eeb46117df
parent56f066bb17cde3044f8db00c2245301b5a466e3f (diff)
downloadqemu-d6630708bdc8665d96d35e22931463c85004a808.tar.gz
enable NPTL for ppc-linux-user targets in configure
Enabling support for ppc64-linux-user should be easy enough to do later. Signed-off-by: Nathan Froyd <froydnj@codesourcery.com> Signed-off-by: malc <av1474@comtv.ru>
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 36db3b271c..def8948361 100755
--- a/configure
+++ b/configure
@@ -1921,12 +1921,14 @@ case "$target_arch2" in
ppc)
gdb_xml_files="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
target_phys_bits=32
+ target_nptl="yes"
;;
ppcemb)
TARGET_BASE_ARCH=ppc
TARGET_ABI_DIR=ppc
gdb_xml_files="power-core.xml power-fpu.xml power-altivec.xml power-spe.xml"
target_phys_bits=64
+ target_nptl="yes"
;;
ppc64)
TARGET_BASE_ARCH=ppc