Solaris 7/x86 shared libgcc?

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Mon Mar 6 15:28:00 GMT 2000


> Any ideas on how to either build a shared libgcc, or send flags to
> the compiler to prevent it from using the __divdi3 call?

You can avoid those __divdi3 calls by not using long long arithmetic.
You can build libgcc in any way you want by pulling out the libgcc
sources and compiling them yourself. divdi3 is implemented in
libgcc2.c

Regards,
Martin



More information about the Gcc mailing list