<div dir="ltr">What would be the proper clang (3.2) options to generate ARM for Raspberry pi for LLVM 3.2 with clang 3.2? I realized that "-ccc-host-triple" is no longer valid option in clang. <div><br></div><div>
p.s.</div><div>    I googled and found the following which doesn't work with clang 3.2.</div><div><br></div><div><span style="font-family:Arial,'Liberation Sans','DejaVu Sans',sans-serif;font-size:13.63636302947998px;line-height:17.99715805053711px">To cross-compile for Raspberry Pi add flags </span><code style="font-size:14px;line-height:17.99715805053711px;margin:0px;padding:1px 5px;border:0px;vertical-align:baseline;background-color:rgb(238,238,238);font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,serif">-ccc-host-triple <span class="" style="background-color:rgb(255,255,204)">arm</span>-eabi -marm -mfpu=vfp -mcpu=arm1176jzf-s -mtune=arm1176jzf-s -mfloat-abi=softfp</code> <br clear="all">
<div><br></div><br>
</div></div>