Displaying 2 results from an estimated 2 matches for "212ffe85".
2008 Jul 08
0
[LLVMdev] Trying to compile llvm-gcc to mips
...VM like
built-in functions, and MipsISelLowering purpose is to match the arguments
and return types?
Any idea of which function can be?
Thanks for all.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080708/212ffe85/attachment.html>
2008 Jul 07
2
[LLVMdev] Trying to compile llvm-gcc to mips
Hi Julio,
On Mon, Jul 7, 2008 at 6:53 AM, Julio <julio.martin.hidalgo at gmail.com> wrote:
> And one last thing, the problem seems to be related to libcpp. Using only C
> frontend will work?
The problem is with libgcc2, which contains libcalls needed to support
some operations
your processor cant directly do.
>> Actually, I don't need fp, there is any way to disable?