[LLVMdev] llvm-gcc and mips

Mike Stump mrs at apple.com
Wed Feb 27 10:32:59 PST 2008


On Feb 27, 2008, at 8:38 AM, HyperQuantum wrote:
> I tried to cross-compile llvm-gcc for mips, but it crashes

> But now I'm stuck. I don't need a full cross-compiler, just generating
> LLVM code is sufficient for me.

make -k install will install a mips cross compiler for you, I believe.

If you don't want to install it, you can run it as cd gcc && ./xgcc - 
B./ t.c.



More information about the llvm-dev mailing list