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: cpp doesn't define symbol i386


	As far as I can tell i386 should still be defined.  Can you investigate
	why it's not being defined?

i386 is defined only if you use `gcc -E'.  This person is complaining that
it is not defined if you use `cpp'.  I think the answer here is to tell people
that they can't rely on using `cpp' for preprocessing stuff that isn't C code,
but if they really want to use it, then they should use `gcc -E' (or maybe
even `gcc -E -traditional') instead of just `cpp'.

Jim


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