LLVM Cross-Compiler: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
No edit summary
No edit summary
Line 39:
-march=armv7-a -mfloat-abi=soft -ccc-host-triple arm-elf
</source>
 
JamesM@osdev.forum wrote:
 
Or since 3.1 you can just shorten this to:
 
<source lang="bash">
-target armv7--eabi -mcpu=cortex-a9
</source>
 
It is recommended to build post-3.1 clang as there are some crash bugs fixed.