On Sunday, February 25, 2018 07:52:49 AM Alan Somers wrote:
> I'm seeing the same error during the build of usr.sbin/nologin for
> riscv.riscv64sf. Has anybody figured out a solution yet?
It's kind of messy. I have a WIP patch series here:
https://github.com/freebsd/freebsd/compare/master...bsd
Sorry for top posting...
I fixed this with r328768
Author: imp
Date: Fri Feb 2 05:04:43 2018 +
The routines defined in comparedf2 and comparesf2 are defined in libc
for softfloat mips. No need to include them here.
lib/libcompiler_rt/Makefile.inc | 2 +-
1 file changed, 1 insert
I "fixed" this with r328768:
On Sun, Feb 25, 2018 at 7:52 AM, Alan Somers wrote:
> I'm seeing the same error during the build of usr.sbin/nologin for
> riscv.riscv64sf. Has anybody figured out a solution yet?
>
> On Thu, Feb 1, 2018 at 9:09 PM, Warner Losh wrote:
>
>>
>>
>> On Thu, Feb 1, 201
I'm seeing the same error during the build of usr.sbin/nologin for
riscv.riscv64sf. Has anybody figured out a solution yet?
On Thu, Feb 1, 2018 at 9:09 PM, Warner Losh wrote:
>
>
> On Thu, Feb 1, 2018 at 8:34 PM, Steve Wills wrote:
>
>> This, somehow, seems to have broken the mips64 build:
>>
On Thu, Feb 1, 2018 at 8:34 PM, Steve Wills wrote:
> This, somehow, seems to have broken the mips64 build:
>
> https://ci.freebsd.org/job/FreeBSD-head-mips64-build/216/consoleFull
>
> The previous rev works.
>
This breaks devd, of all things, with
/usr/obj/usr/src/mips.mips64/tmp/usr/lib/libgcc
This, somehow, seems to have broken the mips64 build:
https://ci.freebsd.org/job/FreeBSD-head-mips64-build/216/consoleFull
The previous rev works.
Steve
On 01/30/2018 22:05, Warner Losh wrote:
Author: imp
Date: Wed Jan 31 03:05:14 2018
New Revision: 328612
URL: https://svnweb.freebsd.org/chan
Author: imp
Date: Wed Jan 31 03:05:14 2018
New Revision: 328612
URL: https://svnweb.freebsd.org/changeset/base/328612
Log:
Move strtold wrapper from strtol.c to its own strtold.c. This code
was written by theraven@ (David Chisnall) entirely, there's no
original Berkeley code left here so ju