All of lore.kernel.org
 help / color / mirror / Atom feed
* insufficient fix for gcc localised output in stubdom makefile
@ 2009-01-14 16:15 Guillaume Rousse
  2009-01-14 17:30 ` Ian Jackson
  0 siblings, 1 reply; 5+ messages in thread
From: Guillaume Rousse @ 2009-01-14 16:15 UTC (permalink / raw)
  To: xen-devel

Hello.

There was a slight change in stubdom makefile from 3.3 to 3.3.1, in 
order to use non-localised gcc output:
GCC_INSTALL = $(shell LANG=C gcc -print-search-dirs | sed -n -e 
's/install: \(.*\)/\1/p')

However, this is still unsuffient to just set LANG:
[guillomovitch@n2 xen]$ LANG=C gcc -print-search-dirs | sed -n -e 
's/install: \(.*\)/\1/p'

At least on our build system, you have to export LC_ALL instead:
[guillomovitch@n2 xen]$ LC_ALL=C gcc -print-search-dirs | sed -n -e 
's/install: \(.*\)/\1/p'
/usr/lib/gcc/i586-manbo-linux-gnu/4.3.2/
-- 
Guillaume Rousse
Service des Moyens Informatiques
INRIA Saclay - Ile de France
Tel: 01 69 35 69 62

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-01-15 15:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-14 16:15 insufficient fix for gcc localised output in stubdom makefile Guillaume Rousse
2009-01-14 17:30 ` Ian Jackson
2009-01-15 11:48   ` Guillaume Rousse
2009-01-15 12:04     ` Ian Jackson
2009-01-15 15:41       ` Guillaume Rousse

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.