external toolchain: use LANG=C when calling gcc -v
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 16 Jul 2009 22:07:08 +0000 (00:07 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 16 Jul 2009 22:10:46 +0000 (00:10 +0200)
commitfd5570970e1a488815b8ca94b516f92901cefacb
treef4ab7f3ace715f2c6a919feba8809dd72be7d84b
parent57692e2535be4197debe2b1eea4fd50dea8a9c26
external toolchain: use LANG=C when calling gcc -v

Lionel Landwerlin <lionel.landwerlin@openwide.fr> reported that using
the external toolchain support when LANG=fr_FR.UTF-8 doesn't work,
since the messages printed by gcc -v are translated in another
language, defeating the grep ^Configured test.

Therefore, as per Lionel suggestion, we force LANG=C when calling
$(TARGET_CC) -v.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/external-toolchain/ext-tool.mk