search for: configuremakefileconfigur

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

2016 May 06
2
Problem on cross-compiling compiler-rt
That's great. For multi targets compilerrt-rts, in old llvm 3.5 configuremakefileconfigure/makefile system, it will build multiple libs for each target on the target list pass to clang building. but since you said compiler-rt now require sysroot for proper headers, then I don't think multi libs can be built together any more. However, according to my knowledge, without compiler-rt,...
2016 May 05
2
Problem on cross-compiling compiler-rt
> On May 5, 2016, at 12:11 PM, Renato Golin <renato.golin at linaro.org> wrote: > > On 5 May 2016 at 19:33, Chris Bieneman via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> I have a patch out for review now (http://reviews.llvm.org/D19742) that >> allows building builtins without a full toolchain. > > Nice! Does that also allow you to build multiple