This is the mail archive of the gcc-help@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]

libgcc libraries


Hi

When compiling GCC I always specify "--all-target-libgcc" when building libgcc.

For x86 I end up with one library (which I have never had problems with) and 680x0 targets I end up with many libraries for each 68K variant. This is great as I can use the appropiate library and can optionally use the base 68000 version as the "lowest common denominator".

On ARM targets, I only get one libgcc library, which contains instructions which can't be executed on ARMv2 (ie. ARM2, ARM3 and ARM250) such as "BX" etc.

Is there a method of specifying ARMv2 when compiling the library?

Thanks in advance

Gary Partis



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