This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: __i386__ and cpp (Correction)


hjl@lucon.org (H.J. Lu) writes:

> > __i386__ has been dropped from cpp in 1996. It
> > causes a problem for imake since it calls cpp
> > directly. It would be nice for egcs 1.0.2 to
> > define __i386__ on all x86 platforms.
> > 
> 
> Ooops. It should be i386 is checked by imake.

So why do you mention imake if it checks i386 and you want to get
__i386__ back?  I don't understand.  __i386__ cannot be a typo since
i386 is defined in the specs.

In fact, i386 is a problem since it violates the namespace.  You
cannot get a ISO C compliant environment with gcc/egcs as it is.

-- Uli
---------------.      drepper at gnu.org ,-.    1325 Chesapeake Terrace
Ulrich Drepper  \    ,------------------'   \  Sunnyvale, CA, 94089 USA
Cygnus Solutions `--' drepper at cygnus.com  `-------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]