This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Multilib User Libraries
- From: Ben Elliston <bje at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: 17 Oct 2002 08:36:40 +1000
- Subject: Re: Multilib User Libraries
- References: <3DAC140C.8010801@picochip.com>
>>>>> "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