cross-compilation: use $host instead of $target
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 11 Nov 2009 22:48:40 +0000 (17:48 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 11 Nov 2009 22:48:40 +0000 (17:48 -0500)
commitc5b9f8ff1e4debcc0787cda8ef13891c69d3a729
treebed53e4b0cc2f78f28121bb272dd898c62ee0357
parenta1cbdce3b16f269291fb2c6f2ecb88c96d57539b
cross-compilation: use $host instead of $target

$target should be used only when building a compiler. It indicates
the target system for which the compiler will build executables.

$host is the variable that should be used to indicate the type of
system the package we are compiling now will run on.

Also, update the README to say to use --host instead of --target.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
README
configure.ac
This page took 0.024449 seconds and 4 git commands to generate.