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]

Re: questions about multilib support for mips


On Mon, Sep 10, 2012 at 5:25 AM, mei yuhua <progmei@gmail.com> wrote:

>     I need to compile cross gcc(binutils2.22+gcc4.7.1+glibc2.16.0) for
> mips. Can I make a gcc cross compile with both big/little endian and
> soft/hard float support? And could you give me some guides on how to
> compile it?

Yes, you can do that.  It will normally happen by default, e.g., if
you configure --target=mips-elf.

Ian


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