This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: sun tag
- From: Wei Qin <wqin at EE dot Princeton dot EDU>
- To: Raghuveer Aravindan <aravind at cs dot umn dot edu>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sat, 5 Oct 2002 10:30:10 -0400 (EDT)
- Subject: Re: sun tag
You can try gcc -v test.c and you will see all default macros defined by
the compiler.
Wei
On Fri, 4 Oct 2002, Raghuveer Aravindan wrote:
> Hi all,
>
> Does anybody know if the compiler will define the sun tag on a Solaris on
> x86 ?
> ie will #ifdef sun
> a=10
> #endif
>
> define a ?
>
> Thanks
>
> -Aravind
>
>