[Buildroot] [PATCH 1/4] configs/raspberrypi: use EABIhf

Benoît Thébaudeau benoit.thebaudeau.dev at gmail.com
Mon Oct 12 23:17:37 UTC 2015


Dear Thomas Petazzoni,

On Mon, Oct 12, 2015 at 11:59 PM, Thomas Petazzoni
<thomas.petazzoni at free-electrons.com> wrote:
> Applied, thanks. I actually believe we should be doing the same for all
> ARMv6/ARMv7 platforms, except if there is a specific issue with using
> EABIhf (such as existing pre-built binaries that are EABI only).

Yes, there is such an issue because some hardware vendors provide
closed libraries that use soft-FP. It was the case e.g. for i.MX6
(audio/video CODEC and GPU libraries), but they now provide hard-float
binaries IIRC. So such a change should be checked on a per-platform
basis.

> Maybe we should even use EABIhf by default on ARMv6+.

Yes, I think that it would be a sane default, and it would still be
possible to set EABI for a specific platform for which EABIhf would
not apply.

Best regards,
Benoît


More information about the buildroot mailing list