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: Multilib User Libraries


>>>>> "Dan" == Dan Towner <dant@picochip.com> writes:

  Dan> I currently use a port of gcc which uses multilibs to support
  Dan> the building of libgcc for three different processors (my own
  Dan> port to a 16-bit DSP family). Is it possible to use multilibs
  Dan> for my own libraries as well as the gcc libraries? A quick
  Dan> experiment seems to show that this isn't true.

Certainly.  If you have your own library, you can compile it in
multiple build directories with different compiler options (ie. -ml
for little endian).

Ben



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