This is the mail archive of the crossgcc@sourceware.cygnus.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

question on setting up a MIPS compiler


Hi,

I've finished (or so I thought) setting up gcc-2.95.2 for a MIPS.
My particular target is mips64orion-rtems but the I noticed I've
also got the same problem with a mips64orion-elf I did some time
back. The problem is that there are no libraries made for "mips3".

The Makefile in the gcc directory contains

    # Build the libraries for both hard and soft floating point

    MULTILIB_OPTIONS = msoft-float/msingle-float EL/EB mips1/mips3
    MULTILIB_DIRNAMES = soft-float single el eb mips1 mips3
    MULTILIB_MATCHES = msingle-float=m4650

Obviously something is overriding this. How can I get a mips3 versions
of the libraries. Also, does the fact that no mips3 libraries are created
mean they won't be searched for when I do a gcc -mips3?

Thanks,
 - Joel

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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