Re: arm libcompiler_rt

2016-09-19 Thread Patrick Wildt
On Mon, Sep 19, 2016 at 11:17:09AM +0200, Mark Kettenis wrote: > Diff below adds the relevant arm-specific code to the build. It > leaves out the VFP bits. Those don't compile with our current > toolchain (gcc/binutils) and I believe they're only necessary for the > hard-float ABI anyway. > > ok

arm libcompiler_rt

2016-09-19 Thread Mark Kettenis
Diff below adds the relevant arm-specific code to the build. It leaves out the VFP bits. Those don't compile with our current toolchain (gcc/binutils) and I believe they're only necessary for the hard-float ABI anyway. ok? Index: Makefile ===