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]
Other format: [Raw text]

Re: mem model defines for various platforms


bkorb@veritas.com (Bruce Korb)  wrote on 14.12.04 in <41BF5EC3.EBA42370@veritas.com>:

> Bruce Korb wrote:
> >
> > Zack Weinberg wrote:
> >
> > > > Actually for linux there was no way to specify the model for linux.
> > >
> > > To be marginally clearer, ia64-linux does not support ILP32 mode at
> > > all; it is (as far as I know) purely an HPUX-ism.
> >
> > And AIX and Solaris and even x86-linux, for that matter (except that
> > x86-linux doesn't support LP64).  I haven't played much with Sol 10
> > yet, but I am certain that it supports 32 bit user environments
> > even though the kernel is 64 bit only.  Thanks! - Bruce
>
> In fact, for kicks, using native compilers, I checked the following:
>
> emit_def_check()

Try:

        gcc -E -x c -dM /dev/null

... that might be easier.

MfG Kai


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