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]

32 bit system calls for solaris


Hi,

I'm using a cross compiler to compile C source code for
sparc-sun-solaris-2.8 on an x86. I'm running the generated binaries on a
simple sparc-simulator. I'm wondering how I can get gcc to *not* generate
code for 64 bit system calls (like open64) but only for the 32 bit
versions, since the simulator is much more comforable with those.

Any advice?

/Per


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