All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: Akio Takebe <takebe_akio@jp.fujitsu.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: [Patch] RFC: add LANG=C in stubdom's Makefile
Date: Thu, 28 Aug 2008 09:54:49 +0100	[thread overview]
Message-ID: <20080828085449.GB4523@implementation.uk.xensource.com> (raw)
In-Reply-To: <48B65E5C.2060200@jp.fujitsu.com>

Akio Takebe, le Thu 28 Aug 2008 17:14:20 +0900, a écrit :
> # echo $LANG
> ja_JP.UTF-8
> #  gcc -print-search-dirs
> インストール: /usr/lib/gcc/i386-redhat-linux/4.3.0/

Argl, so that part is localized actually... (it is not translated in the
french locale).

> diff -r 6c50c7d089d9 stubdom/Makefile
> --- a/stubdom/Makefile	Wed Aug 27 15:16:13 2008 +0100
> +++ b/stubdom/Makefile	Thu Aug 28 17:10:38 2008 +0900
> @@ -53,7 +53,7 @@
>  TARGET_CFLAGS += $(call cc-option,$(CC),-fno-stack-protector-all,)
> 
>  # Do not use host headers and libs
> -GCC_INSTALL = $(shell gcc -print-search-dirs | sed -n -e 's/install: \(.*\)/\1/p')
> +GCC_INSTALL = $(shell LANG=C gcc -print-search-dirs | sed -n -e 's/install: \(.*\)/\1/p')
>  TARGET_CPPFLAGS += -U __linux__ -U __FreeBSD__ -U __sun__
>  TARGET_CPPFLAGS += -nostdinc
>  TARGET_CPPFLAGS += -isystem $(CURDIR)/$(MINI_OS)/include/posix

Should be fine.

Samuel

      reply	other threads:[~2008-08-28  8:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-08-28  8:14 [Patch] RFC: add LANG=C in stubdom's Makefile Akio Takebe
2008-08-28  8:54 ` Samuel Thibault [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080828085449.GB4523@implementation.uk.xensource.com \
    --to=samuel.thibault@eu.citrix.com \
    --cc=takebe_akio@jp.fujitsu.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.