/[qemu]/qemu/configure
ViewVC logotype

Diff of /qemu/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.77 by bellard, Sat Nov 26 18:47:20 2005 UTC revision 1.78 by bellard, Tue Dec 6 21:42:55 2005 UTC
# Line 230  if test -z "$target_list" ; then Line 230  if test -z "$target_list" ; then
230      target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu arm-softmmu"      target_list="i386-softmmu ppc-softmmu sparc-softmmu x86_64-softmmu mips-softmmu arm-softmmu"
231  # the following are Linux specific  # the following are Linux specific
232      if [ "$linux" = "yes" ] ; then      if [ "$linux" = "yes" ] ; then
233          target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user $target_list"          target_list="i386-user arm-user armeb-user sparc-user ppc-user mips-user mipsel-user $target_list"
234      fi      fi
235  else  else
236      target_list=$(echo "$target_list" | sed -e 's/,/ /g')      target_list=$(echo "$target_list" | sed -e 's/,/ /g')
# Line 744  elif test "$target_cpu" = "x86_64" ; the Line 744  elif test "$target_cpu" = "x86_64" ; the
744    if test $kqemu = "yes" -a "$target_softmmu" = "yes" -a $cpu = "x86_64"  ; then    if test $kqemu = "yes" -a "$target_softmmu" = "yes" -a $cpu = "x86_64"  ; then
745      echo "#define USE_KQEMU 1" >> $config_h      echo "#define USE_KQEMU 1" >> $config_h
746    fi    fi
747  elif test "$target_cpu" = "mips" ; then  elif test "$target_cpu" = "mips" -o "$target_cpu" = "mipsel" ; then
748    echo "TARGET_ARCH=mips" >> $config_mak    echo "TARGET_ARCH=mips" >> $config_mak
749    echo "#define TARGET_ARCH \"mips\"" >> $config_h    echo "#define TARGET_ARCH \"mips\"" >> $config_h
750    echo "#define TARGET_MIPS 1" >> $config_h    echo "#define TARGET_MIPS 1" >> $config_h

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26