diff -r 0b164a321177 -r 492d939dbb19 config/global/ct-behave.in --- a/config/global/ct-behave.in Thu Oct 09 19:17:49 2008 +0000 +++ b/config/global/ct-behave.in Thu Nov 20 17:48:10 2008 +0000 @@ -71,4 +71,21 @@ further doesn't gain much, and takes far more time (believe me, I've got figures here! :-) ). +config NO_OVERIDE_LC_MESSAGES + bool + prompt "Do *not* overide LC_MESSAGES (EXPERIMENTAL)" + depends on EXPERIMENTAL + default n + help + By default, crosstool-NG sets and exports LC_ALL=C so that the + build.log file contains english messages, that can be read by + people most likely to help interpret the logs. If you say N here, + and your locale is not an english language, then dissecting your + log file will be difficult for most people but you. + + If you say Y here, then your current locale settings will be used + to print messages, instead of plain english. + + Say N, please. + endif