config/global/ct-behave.in
changeset 1064 492d939dbb19
parent 914 0b164a321177
child 1300 7acdd1de5b50
     1.1 --- a/config/global/ct-behave.in	Thu Oct 09 19:17:49 2008 +0000
     1.2 +++ b/config/global/ct-behave.in	Thu Nov 20 17:48:10 2008 +0000
     1.3 @@ -71,4 +71,21 @@
     1.4        further doesn't gain much, and takes far more time (believe me, I've
     1.5        got figures here! :-) ).
     1.6  
     1.7 +config NO_OVERIDE_LC_MESSAGES
     1.8 +    bool
     1.9 +    prompt "Do *not* overide LC_MESSAGES (EXPERIMENTAL)"
    1.10 +    depends on EXPERIMENTAL
    1.11 +    default n
    1.12 +    help
    1.13 +      By default, crosstool-NG sets and exports LC_ALL=C so that the
    1.14 +      build.log file contains english messages, that can be read by
    1.15 +      people most likely to help interpret the logs. If you say N here,
    1.16 +      and your locale is not an english language, then dissecting your
    1.17 +      log file will be difficult for most people but you.
    1.18 +      
    1.19 +      If you say Y here, then your current locale settings will be used
    1.20 +      to print messages, instead of plain english.
    1.21 +      
    1.22 +      Say N, please.
    1.23 +
    1.24  endif