/[qemu]/qemu/configure
ViewVC logotype

Diff of /qemu/configure

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

revision 1.16 by bellard, Sun Aug 10 21:36:04 2003 UTC revision 1.17 by bellard, Sun Aug 10 22:14:22 2003 UTC
# Line 56  case "$cpu" in Line 56  case "$cpu" in
56    ia64)    ia64)
57      cpu="ia64"      cpu="ia64"
58    ;;    ;;
59      m68k)
60        cpu="m68k"
61      ;;
62    *)    *)
63      cpu="unknown"      cpu="unknown"
64    ;;    ;;
# Line 163  fi Line 166  fi
166  else  else
167    
168  # if cross compiling, cannot launch a program, so make a static guess  # if cross compiling, cannot launch a program, so make a static guess
169  if test "$cpu" = "powerpc" -o "$cpu" = "mips" -o "$cpu" = "s390" -o "$cpu" = "sparc" -o "$cpu" = "sparc64"; then  if test "$cpu" = "powerpc" -o "$cpu" = "mips" -o "$cpu" = "s390" -o "$cpu" = "sparc" -o "$cpu" = "sparc64" -o "$cpu" = "m68k"; then
170      bigendian="yes"      bigendian="yes"
171  fi  fi
172    
# Line 265  elif test "$cpu" = "sparc64" ; then Line 268  elif test "$cpu" = "sparc64" ; then
268  elif test "$cpu" = "ia64" ; then  elif test "$cpu" = "ia64" ; then
269    echo "ARCH=ia64" >> $config_mak    echo "ARCH=ia64" >> $config_mak
270    echo "#define HOST_IA64 1" >> $config_h    echo "#define HOST_IA64 1" >> $config_h
271    elif test "$cpu" = "m68k" ; then
272      echo "ARCH=m68k" >> config.mak
273      echo "#define HOST_M68K 1" >> $TMPH
274  else  else
275    echo "Unsupported CPU"    echo "Unsupported CPU"
276    exit 1    exit 1

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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