Detect early if an UTF-8 locale is needed
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 11 Aug 2010 11:10:54 +0000 (13:10 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 11 Aug 2010 11:10:54 +0000 (13:10 +0200)
commit01c1279f9f8764520aeb683fc3f269f928f3e3d7
treeabb094f8ac24738da15c4ad1057e0666bcbac4b7
parent9088b71f451260e1e94a242a3b92141ab853275f
Detect early if an UTF-8 locale is needed

Check in toolchain/dependencies/dependencies.sh if an UTF-8 locale is
properly present on the system before trying to build a locale enabled
toolchain. As this test is only needed when a locale enabled toolchain
is going to be built, we pass the configuration file path to the
dependencies.sh script so that it can grep for the current value of
various options.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
toolchain/dependencies/dependencies.mk
toolchain/dependencies/dependencies.sh