]> Git Repo - qemu.git/blobdiff - configure
enable NPTL for ppc-linux-user targets in configure
[qemu.git] / configure
index 8160bed173e15fbaebbc1039d6167aba9e47beba..def8948361dd5da215af29442abdd35e8c3cc3c5 100755 (executable)
--- a/configure
+++ b/configure
@@ -1743,7 +1743,7 @@ echo "TOOLS=$tools" >> $config_host_mak
 roms=
 if test \( "$cpu" = "i386" -o "$cpu" = "x86_64" \) -a \
         "$targetos" != "Darwin" ; then
-  roms="pc-bios/optionrom"
+  roms="optionrom"
 fi
 echo "ROMS=$roms" >> $config_host_mak
 
@@ -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
This page took 0.0247849999999999 seconds and 4 git commands to generate.