Re: [gentoo-dev] [PATCH v2] toolchain-funcs.eclass: new function tc-ld-force-bfd()

2021-01-21 Thread Manoj Gupta
On Thu, Jan 21, 2021 at 3:00 AM Theo Anderson wrote: > Hello, please see v2 of the tc-ld-force-bfd() patch below. > > v2 changes: only calls tc-ld-force-bfd from tc-ld-disable-gold if > the gold linker is active. > > With this change ebuilds that require both ld.gold & ld.lld to be > disabled

[gentoo-dev] Last rites: net-wireless/irda-utils

2021-01-21 Thread Conrad Kostecki
# Conrad Kostecki (2020-01-21) # All kernels >= 4.17 removed IrDA drivers and support, # the package has also multiple bugs open and is unmaintained. # Removal in 30 days. net-wireless/irda-utils

[gentoo-dev] [PATCH v2] toolchain-funcs.eclass: new function tc-ld-force-bfd()

2021-01-21 Thread Theo Anderson
Hello, please see v2 of the tc-ld-force-bfd() patch below. v2 changes: only calls tc-ld-force-bfd from tc-ld-disable-gold if the gold linker is active. With this change ebuilds that require both ld.gold & ld.lld to be disabled will need to be updated to use tc-ld-force-bfd. From

Re: [gentoo-dev] [PATCH] toolchain-funcs.eclass: new function tc-ld-force-bfd()

2021-01-21 Thread Theo Anderson
On Thu, 21 Jan 2021 00:10:36 -0500 Mike Gilbert wrote: > On Wed, Jan 20, 2021 at 9:41 PM Manoj Gupta > wrote: > > > > > > > > On Wed, Jan 20, 2021 at 1:01 PM Theo Anderson > > wrote: > >> > >> Hello, please see the below patch to support disabling ld.lld like > >> ld.gold. This has not been