OSDN Git Service

configure: set HOSTCC to native compiler
authorMåns Rullgård <mans@mansr.com>
Sun, 23 Nov 2008 12:36:34 +0000 (12:36 +0000)
committerMåns Rullgård <mans@mansr.com>
Sun, 23 Nov 2008 12:36:34 +0000 (12:36 +0000)
commit9da6609f2d9970ca93b7b7ffa3c2cb23292737f7
tree10dd69def76b59a9ee765c2c3a05f58db980b3a2
parent88268e944a4b678248734fdbccf371327ea5a253
configure: set HOSTCC to native compiler

The HOSTCC value defaults to the value of CC if not cross-compiling.
If cross-compiling, HOSTCC defaults to "gcc".

HOSTCFLAGS, HOSTLDFLAGS, and HOSTLIBS are also given sensible default
values.

Originally committed as revision 15912 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure