From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 3 Dec 2012 04:57:11 +0100 Subject: [U-Boot] [PATCH] fix linker generated lists on non-C locales In-Reply-To: <20121202193656.D44FB201009@gemini.denx.de> References: <1354470210-30801-1-git-send-email-morpheus.ibis@gmail.com> <20121202193656.D44FB201009@gemini.denx.de> Message-ID: <201212030457.11755.marex@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 Wolfgang Denk, > 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. Hrm ... shall we introduce a patch that sanitizes the env then? Maybe we can fix the LDFLAGS/yocto issue that way too? Best regards, Marek Vasut