svn commit: r362589 - in head/lib/csu: aarch64 arm i386 riscv

John Baldwin jhb at FreeBSD.org
Fri Jun 26 15:04:35 UTC 2020


On 6/25/20 5:25 PM, Peter Jeremy wrote:
> On 2020-Jun-24 17:54:25 +0000, John Baldwin <jhb at FreeBSD.org> wrote:
>> Author: jhb
>> Date: Wed Jun 24 17:54:24 2020
>> New Revision: 362589
>> URL: https://svnweb.freebsd.org/changeset/base/362589
>>
>> Log:
>>  Always compile the brand and ignore init ELF notes standalone.
> 
> I'm not sure if this is self-inflicted but I'm now seeing linker failures
> trying to build in /usr/src/lib/csu/aarch64:
> ld  -o Scrt1.o -r Scrt1_c.o crt1_s.o crtbrand.o ignore_init_note.o Scrt1.s
> ld: error: Scrt1.s:1: unknown directive: .text
>>>>     .text
>>>>  ^
> *** Error code 1
> 
> This is running r362580 and trying to buildworld r352310 on arm64.

Ah, I will fix.  I have to use ${.ALLSRC:M*.o} instead of ${.ALLSRC} as
bmake adds implicit dependencies in ${.ALLSRC}.

-- 
John Baldwin


More information about the svn-src-head mailing list