search for: r69515

Displaying 2 results from an estimated 2 matches for "r69515".

Did you mean: 369515
2009 May 05
0
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
...ers miscompiled this that a workaround was committed to svn. So you may want to check out llvm and llvm-gcc from svn. Alternatively, maybe the patch applies to llvm 2.5 too. I've attached it. Ciao, Duncan. -------------- next part -------------- A non-text attachment was scrubbed... Name: r69515.diff Type: text/x-patch Size: 2685 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090505/9bd657ee/attachment.bin>
2009 May 05
2
[LLVMdev] Using non-system compiler to build llvm and llvm-gcc front end
Thanks for the suggestions. It looks like Duncan's suggestion got me a step closer, but I still can't build llvm-gcc... On Tue, May 5, 2009 at 12:56 AM, Christian Sayer <Christian.Sayer at dibcom.fr> wrote: > did you try a simple > > $ ../llvm-2.5/configure --prefix=/pkg/bin/llvm/ > CC=/pkg/bin/gcc-4.2.4/bin/gcc CXX=/pkg/bin/gcc-4.2.4/bin/g++ Tried that, same error.