Possible Duplicate:
What’s the difference of `./configure` option `--build`, `--host` and `--target`?
This is related to What's the difference of `./configure` option `--build`, `--host` and `--target`?. I haven't understood the difference between host and target. So am asking this with an example.
I am trying to build some code on my PC. I am guessing it will be i686-pc-linux. I want to run the code on a mipsel based platform. I have the toolchain for that platform (mipsel-linux-gcc etc)
What should I be giving as values to host, build and target.
Please don't close as duplicate unless it is of a question which explains this with an example :-)
I have already read the GCC documentation and am still puzzled to be honest