[PATCH] Add FreeBSD ARM EABI hard-float support

Andrew Turner andrew at fubar.geek.nz
Wed Feb 19 01:22:18 PST 2014


On Sun, 26 Jan 2014 10:47:55 -0800
Saleem Abdulrasool <compnerd at compnerd.org> wrote:

> 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.

Is anyone able to commit this?

Andrew



More information about the cfe-commits mailing list