Makefile: rename cross target -> toolchain
authorFabio Porcedda <fabio.porcedda@gmail.com>
Mon, 14 Jan 2013 22:02:00 +0000 (22:02 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 15 Jan 2013 08:44:30 +0000 (09:44 +0100)
commit2a78641583aa396dce64c00e1a3009796295d23c
tree428f16614e54c377e022eff971da084b63c9a969
parent96f6054ccd7edc9add815d44720563c998eca088
Makefile: rename cross target -> toolchain

- Use a more descriptive name, the same of the "toolchain" directory.
- Add missing dependencies to be able to successfully use the target
  right after the configuration.
- Move to a better position.
- Documentation it in the help target.
- Use toolchain target in the world target

Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Reviewed-by: Markos Chandras <markos.chandras at imgtec.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
Acked-by: Samuel Martin <s.martin49 at gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Makefile