[cfe-dev] Using compiler-rt
Tim Northover
t.p.northover at gmail.com
Thu Jan 8 21:09:55 PST 2015
On 8 January 2015 at 21:03, Daniel Dilts <diltsman at gmail.com> wrote:
> I am compiling for bare metal Coretex A8 (Beaglebone Black). I can probably
> figure out how to disable the floating point with a compiler flag (-fpu ?).
Probably -msoft-float if you want to exercise compiler-rt with
floating-point operations, though it looks like -mfpu=none works too.
Cheers.
Tim.
More information about the cfe-dev
mailing list