search for: bb468d9a

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

2006 Mar 07
0
[LLVMdev] cross-compiling with llvm
...ok at what I did for MIPS and see if I can reconstruct it for you. Rob Robert L. Bocchino Jr. Ph.D. Student University of Illinois, Urbana-Champaign -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060307/bb468d9a/attachment.html>
2006 Mar 07
2
[LLVMdev] cross-compiling with llvm
Hi, i wanted to use llvm to cross-compile c++ code for powerpc on a x86 (debian linux), but i have some problems configuring and compiling llvm-suite and front-end. Here are some of my questions: 1. Is it possible at all to cross-compile with llvm? 2. I allready have a gcc cross-compiler for power-pc, do i need this or does llvm contain its own? How can i tell llvm to use it? 3. Is there