From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Sun, 02 Dec 2012 20:36:56 +0100 Subject: [U-Boot] [PATCH] fix linker generated lists on non-C locales In-Reply-To: <1354470210-30801-1-git-send-email-morpheus.ibis@gmail.com> References: <1354470210-30801-1-git-send-email-morpheus.ibis@gmail.com> Message-ID: <20121202193656.D44FB201009@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Pavel Herrmann, In message <1354470210-30801-1-git-send-email-morpheus.ibis@gmail.com> you wrote: > Setting LC_COLLATE=C is not enough if LC_ALL=en_US.utf8. The result is a build > that has no available commands. Setting LC_ALL=C for the generator script helps. Setting LC_ALL is a pretty supid thing and can usually be considered a bug. Using it as suggested here brings us fromt he frying pan into the fire. IMHO it would make more sense to just make sure that LC_ALL is not set at all, i. e. to explicitly unset it. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de There is enough for the need of everyone in this world, but not for the greed of everyone. - Mahatma Gandhi