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: Processor predefines



  In message <199905301507.RAA00527@delius.kettenis.nl>you write:
  > Hi,
  > 
  > Does anybody know why `config/i386/linux.h' still has -D__i386__ in
  > the definition of CPP_PREDEFINES?  Doesn't the %(cpp_cpu) stuff in
  > CPP_SPEC make sure that symbol is defined?
To deal with the case where the user called cpp directly.  In that case
CPP_SPEC isn't looked at.

Hopefully this will be able to go away after gcc-2.95 now that we have
a legitimate front-end interface to cpp which will honor CPP_SPEC.


jeff


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