Re: [PATCH 1/3] kconfig: fix /dev/null breakage

From: Sam Ravnborg
Date: Thu Jan 19 2006 - 15:55:58 EST


On Thu, Jan 19, 2006 at 09:28:48PM +0100, Jan Engelhardt wrote:
>
> >Following patch implements a suggestion
> >from Bryan O'Sullivan <bos@xxxxxxxxxxxxxx> to
> >use gcc -print-file-name=libxxx.so.
>
> Just for completeness: Does it work with all gccs supported?

It has been used like this:
NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) -print-file-name=include)

for a few months in the main Makefile.
So I assume yes.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/