[U-Boot] [RFC][PATCH] ARMV7: Patch to fix hard float build issues
Alexander Holler
holler at ahsoftware.de
Sat Feb 19 16:40:53 CET 2011
Hello,
Am 19.02.2011 16:32, schrieb Albert ARIBAUD:
> Granted :) -- the best option would be to have "-float-abi=none", but
> that does not exist, and I prefer to be sure that if some poor soul puts
> floating point code in U-Boot then at least it is going to work for all
> platforms, so I'll keep -msoft-float in here.
Hmm, but as we've seen, that doesn't work for all platforms because you
can't mix softfloat and hardfloat. So using softfloat breaks building on
(default-) hardfloat platforms if some poor soul puts floating point
code in (which requires hardfloat-libraries too).
So I still think going with the default option would be the right way to
go. ;)
Regards,
Alexander
More information about the U-Boot
mailing list