Re: [PATCH u-boot v4 13/36] build: use thin archives instead of incremental linking

2021-05-24 Thread Tom Rini
On Thu, May 20, 2021 at 01:24:02PM +0200, Marek Behún wrote: > Currently we use incremental linking (ld -r) to link several object > files from one directory into one built-in.o object file containing the > linked code from that directory (and its subdirectories). > > Linux has, some time ago, mo

Re: [PATCH u-boot v4 13/36] build: use thin archives instead of incremental linking

2021-05-20 Thread Simon Glass
On Thu, 20 May 2021 at 05:25, Marek Behún wrote: > > Currently we use incremental linking (ld -r) to link several object > files from one directory into one built-in.o object file containing the > linked code from that directory (and its subdirectories). > > Linux has, some time ago, moved to thin

[PATCH u-boot v4 13/36] build: use thin archives instead of incremental linking

2021-05-20 Thread Marek Behún
Currently we use incremental linking (ld -r) to link several object files from one directory into one built-in.o object file containing the linked code from that directory (and its subdirectories). Linux has, some time ago, moved to thin archives instead. Thin archives are archives (.a) that do n