kumquat-buildroot/toolchain
Thomas De Schampheleire 4932c8a7cc dependencies: check core dependencies before anything else
Currently, the dependencies target (that runs dependencies.sh) depends on
DEPENDENCIES_HOST_PREREQ. This means that the dependencies listed in
DEPENDENCIES_HOST_PREREQ (currently host-sstrip if sstrip is selected) are
built *before* the dependencies.sh script is run.

As a result, if e.g. there is no gcc compiler present on the build system, the
dependencies in DEPENDENCIES_HOST_PREREQ will fail to build, and buildroot
will fail non-gracefully.

This patch makes sure that the DEPENDENCIES_HOST_PREREQ are checked *after* the
dependencies.sh script, so that any problem in the build system is reported in
a clean way by dependencies.sh.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-11-17 23:18:50 +01:00
..
dependencies dependencies: check core dependencies before anything else 2011-11-17 23:18:50 +01:00
elf2flt support: move package/gnuconfig to support/gnuconfig 2011-09-17 08:22:12 +02:00
gcc toolchain/gcc: add 4.3 / 4.4 fix for gcc pr 39429 2011-11-07 23:13:00 +01:00
gdb target gdb: depend on thread support 2011-11-13 21:32:57 +01:00
kernel-headers kernel-headers: bump 3.0.x stable version 2011-11-14 13:14:46 +01:00
mklibs
toolchain-buildroot
toolchain-crosstool-ng toolchain/ct-ng: update to 1.13.0 2011-11-02 09:32:41 +01:00
toolchain-external toolchain-external: fix x86 codesourcery config symbol typo 2011-11-08 17:06:13 +01:00
uClibc uClibc: fix sparc build breakage 2011-11-17 06:57:19 +01:00
Config.in
helpers.mk ext-toolchain: fix ct-ng as external rsync issues 2011-11-02 12:28:41 +01:00
Makefile.in
toolchain-buildroot.mk
toolchain-common.in
toolchain-crosstool-ng.mk
toolchain-external.mk