/[qemu]/qemu/configure
ViewVC logotype

Diff of /qemu/configure

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

revision 1.54 by bellard, Sat Feb 12 14:45:23 2005 UTC revision 1.55 by bellard, Sat Feb 12 18:58:00 2005 UTC
# Line 195  if test "$mingw32" = "yes" ; then Line 195  if test "$mingw32" = "yes" ; then
195      EXESUF=".exe"      EXESUF=".exe"
196      gdbstub="no"      gdbstub="no"
197      oss="no"      oss="no"
198        kqemu="no"
199  fi  fi
200    
201  if test -z "$target_list" ; then  if test -z "$target_list" ; then
# Line 609  if test "$target_cpu" = "i386" ; then Line 610  if test "$target_cpu" = "i386" ; then
610    echo "TARGET_ARCH=i386" >> $config_mak    echo "TARGET_ARCH=i386" >> $config_mak
611    echo "#define TARGET_ARCH \"i386\"" >> $config_h    echo "#define TARGET_ARCH \"i386\"" >> $config_h
612    echo "#define TARGET_I386 1" >> $config_h    echo "#define TARGET_I386 1" >> $config_h
613      if test $kqemu = "yes" -a "$target_softmmu" = "yes" ; then
614        echo "#define USE_KQEMU 1" >> $config_h
615      fi
616  elif test "$target_cpu" = "arm" -o "$target_cpu" = "armeb" ; then  elif test "$target_cpu" = "arm" -o "$target_cpu" = "armeb" ; then
617    echo "TARGET_ARCH=arm" >> $config_mak    echo "TARGET_ARCH=arm" >> $config_mak
618    echo "#define TARGET_ARCH \"arm\"" >> $config_h    echo "#define TARGET_ARCH \"arm\"" >> $config_h

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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