Displaying 1 result from an estimated 1 matches for "mgcc".
Did you mean:
gcc
2008 Nov 11
3
[LLVMdev] llvm-gcc fails to build libgcc when built with itself
Hello,
I’m trying the following thing:
• build and install llvm with mgcc (system compiler)
• build and install llvm-gcc with mgcc
• build llvm with llvm-gcc
• deinstall llvm(old), install llvm(new)
• build llvm-gcc with llvm-gcc(old)
• deinstall llvm-gcc(old), install llvm-gcc(new)
However, I have the problem that the llvm-gcc(new) does not work: after
it is compiled,...