svn commit: r333470 - in head: share/mk sys/conf

Andrew Gallatin gallatin at cs.duke.edu
Thu May 10 22:24:04 UTC 2018


On 05/10/18 16:10, Ed Maste wrote:
> Author: emaste
> Date: Thu May 10 20:10:02 2018
> New Revision: 333470
> URL: https://urldefense.proofpoint.com/v2/url?u=https-3A__svnweb.freebsd.org_changeset_base_333470&d=DwIDaQ&c=imBPVzF25OnBgGmVOlcsiEgHoG1i6YHLR0Sj_gZ4adc&r=Ed-falealxPeqc22ehgAUCLh8zlZbibZLSMWJeZro4A&m=rex4ilVMckTDXNGV-XhKnQ02pSuAJ0JPojwMYmZ6d9U&s=OfKJ8mXeldmYLNTK2NE1g9kYsBPeucarY_F6p-A3e0g&e=
> 
> Log:
>    Error out on attempt to link amd64 kernel with old binutils linker
>    


I lost the better part of a day due to the issue of the build using the 
wrong linker.   Rather than erroring out, we please just use the 
appropriate linker?  My workflow is that of the typical dinosaur:

config -g GENERIC
cd ../compile/GENERIC
make cleandepend && make depend && make -j64

Thanks,

Drew


More information about the svn-src-head mailing list