qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [COMMIT f04dc72] Enable MIPS NPTL


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT f04dc72] Enable MIPS NPTL
Date: Fri, 10 Jul 2009 19:16:38 -0000

From: Paul Brook <address@hidden>

Enable NPTL support for MIPS usermode emulation.

Signed-off-by: Paul Brook <address@hidden>

diff --git a/configure b/configure
index 54eb0bf..088e472 100755
--- 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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]