[PATCH] Add FreeBSD ARM EABI hard-float support

Saleem Abdulrasool compnerd at compnerd.org
Sun Jan 26 10:47:55 PST 2014


On Sun, Jan 26, 2014 at 10:13 AM, Andrew Turner <andrew at fubar.geek.nz>wrote:

> On Sun, 26 Jan 2014 08:47:37 -0800
> Saleem Abdulrasool <compnerd at compnerd.org> wrote:
> > Isn't gnueabihf equivalent to gnueabi with the difference being that
> > it uses the hardfloat ABI?  If so, why are you conditionalising the
> > exception model based on gnueabihf?
>
> The code to select the exception model was already checking if it is
> building for EABI or GNU EABI. This patch adds gnueabihf to that check.


Ah, of course, the gnueabihf is an EABI compatible environment, so it
should be using EHABI for the exception model.

LGTM.


>
> Andrew
>

-- 
Saleem Abdulrasool
compnerd (at) compnerd (dot) org
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140126/c86a94a6/attachment.html>


More information about the cfe-commits mailing list