This is the mail archive of the gcc-help@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]
Other format: [Raw text]

Re: pre-processor symbols and gcc -v


On 2 March 2011 20:24, kevin diggs wrote:
> Hi,
>
> If a pre-processor macro, say __m68k__ is defined shouldn't it show up
> in gcc -v? gcc version is 3.4.6.

Are you asking if you should expect to see -D__m68k__ in the commands
displayed by gcc -v?

No, it's probably defined automatically, or failing that defined by a
system header.


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