In article <[EMAIL PROTECTED]>,
Chris D. Faulhaber <[EMAIL PROTECTED]> wrote:
> On Tue, 8 Aug 2000, Laurence Berland wrote:
>
> > So I thought, "we don't define __GNUC__?" I figured I'd check. After
> > much mind wracking, I can't for the life of me figure out how to get gcc
> > to output a list of what is and isnt defined by default... help!
> >
>
> From 4.1-STABLE:
>
> jedgar@wopr:~$ cpp -v
That's the wrong way to do it because cpp behaves differently than cc.
Another poster gave the right answer: "gcc -E -dM - < /dev/null".
John
--
John Polstra [EMAIL PROTECTED]
John D. Polstra & Co., Inc. Seattle, Washington USA
"Disappointment is a good sign of basic intelligence." -- Ch�gyam Trungpa
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message