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

Re: RedHat --> MIPS gcc cross-compile Problem


> I am trying to cross compile gcc for an MIPS on a RedHat Linux 6.0,
> using the unified tree approach (binutils+gcc+newlib)
> 

What sources are you using to do this with?

You might want to configure --target=mips-elf, and since you only want
(apparently) C and C++ use --enable-languages=c,c++.  At that point you
only need to do a "make all"

-eric

-- 
Look out behind you!


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