svn commit: r324911 - head/share/mk

Ngie Cooper yaneurabeya at gmail.com
Mon Oct 23 12:57:00 UTC 2017


> On Oct 23, 2017, at 01:48, Konstantin Belousov <kostikbel at 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’s backwards. Classic!

>> 
>> Modified:
>>  head/share/mk/src.opts.mk
>> 
>> Modified: head/share/mk/src.opts.mk
>> ==============================================================================
>> --- 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+=GDB_LIBEXEC
>> .else
>> __DEFAULT_YES_OPTIONS+=GDB_LIBEXEC
>> .endif
>> -# Only doing soft float API stuff on armv6
>> +# Only doing soft float API stuff on armv6 and armv7
>> .if ${__T} != "armv6" && ${__T} != "armv7"
>> BROKEN_OPTIONS+=LIBSOFT
>> .endif


More information about the svn-src-head mailing list