This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Patch to fix CPP_PREDEFINES on linux/alpha and linux/x86.
- To: Niels Kristian Bech Jensen <nkbj at image dot dk>
- Subject: Re: Patch to fix CPP_PREDEFINES on linux/alpha and linux/x86.
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Mon, 05 Oct 1998 01:34:39 -0600
- cc: egcs-patches at cygnus dot com
- Reply-To: law at cygnus dot com
In message <Pine.LNX.3.96.980924110754.9362A-100000@hafnium.nkbj.dk>you write:
> CPP_PREDEFINES in egcs-1.1b doesn't include architecture specific
> information on linux/alpha and linux/x86. This breaks Imake (and maybe
> other programs) which depend on /lib/cpp exporting such information.
>
> This patch should fix the problem:
Defining linux, alpha or i386 is wrong unconditionally is wrong -- it is a
namespace violation. xfree/imake and other programs need to be fixed.
jeff