]> git.proxmox.com Git - qemu.git/commitdiff
Enable MIPS NPTL
authorPaul Brook <paul@codesourcery.com>
Thu, 9 Jul 2009 16:56:24 +0000 (17:56 +0100)
committerPaul Brook <paul@codesourcery.com>
Thu, 9 Jul 2009 16:56:24 +0000 (17:56 +0100)
Enable NPTL support for MIPS usermode emulation.

Signed-off-by: Paul Brook <paul@codesourcery.com>
configure

index 54eb0bf947893014cad0832d827c3eb48c815962..088e47243e99a6f698f7864395a186c6de8c934b 100755 (executable)
--- a/configure
+++ b/configure
@@ -2063,6 +2063,7 @@ case "$target_arch2" in
     echo "#define TARGET_ARCH \"mips\"" >> $config_h
     echo "#define TARGET_MIPS 1" >> $config_h
     echo "#define TARGET_ABI_MIPSO32 1" >> $config_h
+    target_nptl="yes"
     target_phys_bits=64
   ;;
   mipsn32|mipsn32el)