Re: Questions regarding adding a new llvm based cross-compiler
Cody P Schafer <dev@...>
On Sun, Oct 19, 2014 at 4:10 AM, Khem Raj <raj.khem@...> wrote:
[...] I have started to integrate clang into oe(repo link for the interested: https://github.com/kraj/meta-clang) Khem: the complication for me is rustc doesn't magically build for all targets it supports (at the moment) when using gcc as the compiler/linker (rustc calls an external binary, typically gcc or cc to link it's code). As a result, I can't just build for -native. I'm currently fighting with cross.bbclass to convince it to do what I want. |
|