Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Oct 2017 09:08:26 -0600
From:      Warner Losh <imp@bsdimp.com>
To:        Justin Hibbits <chmeeedalf@gmail.com>
Cc:        Garrett Cooper <yaneurabeya@gmail.com>, Konstantin Belousov <kostikbel@gmail.com>,  Ngie Cooper <ngie@freebsd.org>, src-committers <src-committers@freebsd.org>,  "svn-src-all@freebsd.org" <svn-src-all@freebsd.org>,  "svn-src-head@freebsd.org" <svn-src-head@freebsd.org>
Subject:   Re: svn commit: r324911 - head/share/mk
Message-ID:  <CANCZdfp96H5UWPHyDdJZO7z4X8Xu49hBUB3t1ND%2BxA2C45pBqQ@mail.gmail.com>
In-Reply-To: <CAHSQbTDyTQBwj3rG18Ee6bwfqMadETfQzH46eoc9V7AOGm3F4A@mail.gmail.com>
References:  <201710230756.v9N7uujL028775@repo.freebsd.org> <20171023084847.GN2473@kib.kiev.ua> <11B333F5-0899-4AD8-9F90-2002C3C2359A@gmail.com> <CAHSQbTDyTQBwj3rG18Ee6bwfqMadETfQzH46eoc9V7AOGm3F4A@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 23, 2017 at 7:09 AM, Justin Hibbits <chmeeedalf@gmail.com>
wrote:

> On Oct 23, 2017 07:57, "Ngie Cooper" <yaneurabeya@gmail.com> wrote:
>
>
> > On Oct 23, 2017, at 01:48, Konstantin Belousov <kostikbel@gmail.com>
> wrote:
> >
> >> On Mon, Oct 23, 2017 at 07:56:56AM +0000, Ngie Cooper wrote:
> >> Author: ngie
> >> Date: Mon Oct 23 07:56:56 2017
> >> New Revision: 324911
> >> URL: https://svnweb.freebsd.org/changeset/base/324911
> >>
> >> Log:
> >>  Fix an omission in a comment
> >>
> >>  Soft float API support applies to armv7 too after r324340
> > Does it ?  From my understanding, requiring hw float was one of the
> > reason for armv7 appearance.
>
> Hah... the comment=E2=80=99s backwards. Classic!
>
>
> It was my understanding that armv{6,7} use the softfloat ABI but still
> require a hardware float.
>

No. Thats not true in FreeBSD 11 and newer. Hard float with hard float ABI
is the default, although we can compile armv7 with soft floating point ABI
using either software fp or hardware fp. These libraries are meant to
bridge the gap between the two worlds, though the armv7 stuff is largely
untested.

The comment isn't backwards at all. We only do LIBSOFT on amrv6/7. That's
why we mark it 'BROKEN' on the other architectures so we don't try it at
all. Though mips is a good candidate for it.

Warner


> - Justin
>
>
> >>
> >> Modified:
> >>  head/share/mk/src.opts.mk
> >>
> >> Modified: head/share/mk/src.opts.mk
> >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> >> --- head/share/mk/src.opts.mk    Mon Oct 23 07:52:16 2017    (r324910)
> >> +++ head/share/mk/src.opts.mk    Mon Oct 23 07:56:56 2017    (r324911)
> >> @@ -271,7 +271,7 @@ __DEFAULT_NO_OPTIONS+=3DGDB_LIBEXEC
> >> .else
> >> __DEFAULT_YES_OPTIONS+=3DGDB_LIBEXEC
> >> .endif
> >> -# Only doing soft float API stuff on armv6
> >> +# Only doing soft float API stuff on armv6 and armv7
> >> .if ${__T} !=3D "armv6" && ${__T} !=3D "armv7"
> >> BROKEN_OPTIONS+=3DLIBSOFT
> >> .endif
>
>
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfp96H5UWPHyDdJZO7z4X8Xu49hBUB3t1ND%2BxA2C45pBqQ>