buildroot/toolchain/toolchain-external
Thomas Petazzoni c59d024754 external-toolchain: fix support
The recent commit adding the external toolchain wrapper has broken the
support for external toolchain. The check_arm_eabi, check_cplusplus
and check_cross_compiler_exists functions were using TARGET_CC, which
points to the toolchain wrapper, but at the moment those functions are
called, the wrapper hasn't been generated yet.

We fix this by passing to these functions the path to the C or C++
compiler they should use for their tests.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2011-05-08 21:56:10 +02:00
..
Config.in sh: Only use the CodeSourcery toolchain for SH4A devices 2011-05-06 14:26:36 +02:00
ext-tool.mk external-toolchain: fix support 2011-05-08 21:56:10 +02:00
ext-toolchain-wrapper.c