[LLVMdev] How to Cross Compile libcompiler_rt Static Library?

Richard Pennington rich at pennware.com
Sun Mar 29 17:41:40 PDT 2015


On 03/29/2015 04:11 PM, Daniel Dilts wrote:
> I was attempting to cross compile on Windows.  I ended up having to 
> find the list in the CMake build system (not very hard) and manually 
> creating a makefile to compile them. Took maybe 2 hours total.
>
I also use my own Makefiles to build compiler-rt for ELLCC. I build for 
ARM, Mips, Microblaze, PowerPC, and x86. This is the list of files I 
came up with: 
http://ellcc.org/viewvc/svn/ellcc/trunk/libecc/src/compiler-rt/sources.mk?view=markup

More info at http://ellcc.org

-Rich



More information about the llvm-dev mailing list