Revision 83469015 configure

b/configure
153 153
  ;;
154 154
  --cc=*) cc=`echo $opt | cut -d '=' -f 2`
155 155
  ;;
156
  --host-cc=*) host_cc=`echo $opt | cut -d '=' -f 2`
157
  ;;
156 158
  --make=*) make=`echo $opt | cut -d '=' -f 2`
157 159
  ;;
158 160
  --extra-cflags=*) CFLAGS="${opt#--extra-cflags=}"
......
339 341
echo "  --source-path=PATH       path of source code [$source_path]"
340 342
echo "  --cross-prefix=PREFIX    use PREFIX for compile tools [$cross_prefix]"
341 343
echo "  --cc=CC                  use C compiler CC [$cc]"
344
echo "  --host-cc=CC             use C compiler CC [$cc] for dyngen etc."
342 345
echo "  --make=MAKE              use specified make [$make]"
343 346
echo "  --static                 enable static build [$static]"
344 347
echo "  --enable-mingw32         enable Win32 cross compilation with mingw32"
......
420 423
fi
421 424
echo "Source path       $source_path"
422 425
echo "C compiler        $cc"
426
echo "Host C compiler   $host_cc"
423 427
echo "make              $make"
424 428
echo "host CPU          $cpu"
425 429
echo "host big endian   $bigendian"

Also available in: Unified diff