/[qemu]/qemu/configure
ViewVC logotype

Diff of /qemu/configure

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

revision 1.70 by bellard, Sat Jul 2 15:37:12 2005 UTC revision 1.71 by bellard, Sat Jul 23 14:27:54 2005 UTC
# Line 153  for opt do Line 153  for opt do
153    ;;    ;;
154    --cc=*) cc=`echo $opt | cut -d '=' -f 2`    --cc=*) cc=`echo $opt | cut -d '=' -f 2`
155    ;;    ;;
156      --host-cc=*) host_cc=`echo $opt | cut -d '=' -f 2`
157      ;;
158    --make=*) make=`echo $opt | cut -d '=' -f 2`    --make=*) make=`echo $opt | cut -d '=' -f 2`
159    ;;    ;;
160    --extra-cflags=*) CFLAGS="${opt#--extra-cflags=}"    --extra-cflags=*) CFLAGS="${opt#--extra-cflags=}"
# Line 339  echo "Advanced options (experts only):" Line 341  echo "Advanced options (experts only):"
341  echo "  --source-path=PATH       path of source code [$source_path]"  echo "  --source-path=PATH       path of source code [$source_path]"
342  echo "  --cross-prefix=PREFIX    use PREFIX for compile tools [$cross_prefix]"  echo "  --cross-prefix=PREFIX    use PREFIX for compile tools [$cross_prefix]"
343  echo "  --cc=CC                  use C compiler CC [$cc]"  echo "  --cc=CC                  use C compiler CC [$cc]"
344    echo "  --host-cc=CC             use C compiler CC [$cc] for dyngen etc."
345  echo "  --make=MAKE              use specified make [$make]"  echo "  --make=MAKE              use specified make [$make]"
346  echo "  --static                 enable static build [$static]"  echo "  --static                 enable static build [$static]"
347  echo "  --enable-mingw32         enable Win32 cross compilation with mingw32"  echo "  --enable-mingw32         enable Win32 cross compilation with mingw32"
# Line 420  echo "ELF interp prefix $interp_prefix" Line 423  echo "ELF interp prefix $interp_prefix"
423  fi  fi
424  echo "Source path       $source_path"  echo "Source path       $source_path"
425  echo "C compiler        $cc"  echo "C compiler        $cc"
426    echo "Host C compiler   $host_cc"
427  echo "make              $make"  echo "make              $make"
428  echo "host CPU          $cpu"  echo "host CPU          $cpu"
429  echo "host big endian   $bigendian"  echo "host big endian   $bigendian"

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71

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