All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Kai Germaschewski <kai-germaschewski@uiowa.edu>
To: Edouard Gomez <ed.gomez@wanadoo.fr>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: [small BUG] Makefile bug with gcc 3.1 and non english locales
Date: Fri, 31 May 2002 20:44:59 -0500 (CDT)	[thread overview]
Message-ID: <Pine.LNX.4.44.0205312042570.18762-100000@chaos.physics.uiowa.edu> (raw)
In-Reply-To: <20020601013320.GA9616@wanadoo.fr>

On Sat, 1 Jun 2002, Edouard Gomez wrote:

> kbuild_2_4_nostdinc	:= -nostdinc $(shell $(CC) -print-search-dirs | sed -ne 's/install: \(.*\)/-I \1include/gp')

Russell King suggested the following nice construct, which I'll submit for 
2.5 shortly. It should work for you, too.

> CFLAGS	+= -nostdinc -iwithprefix include
> 
> `-iwithprefix DIR'
>     Add a directory to the second include path.  The directory's name
>     is made by concatenating PREFIX and DIR, where PREFIX was
>     specified previously with `-iprefix'.  If you have not specified a
>     prefix yet, the directory containing the installed passes of the
>     compiler is used as the default.

--Kai


      reply	other threads:[~2002-06-01  1:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-01  1:33 [small BUG] Makefile bug with gcc 3.1 and non english locales Edouard Gomez
2002-06-01  1:44 ` Kai Germaschewski [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=Pine.LNX.4.44.0205312042570.18762-100000@chaos.physics.uiowa.edu \
    --to=kai-germaschewski@uiowa.edu \
    --cc=ed.gomez@wanadoo.fr \
    --cc=linux-kernel@vger.kernel.org \
    /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.