Re: Core-updates and cross-compilation

2023-03-16 Thread Ludovic Courtès
Hi, Josselin Poiret skribis: > I've been looking at the state of most failures for the CI jobset for > core-updates, and we have a couple of problems: > > - gcc < 9 and gcc == 12 never cross-compile. I agree with Andreas, I think that’s okay. [...] > - we can't build the cross toolchain for

Re: Core-updates and cross-compilation

2023-03-14 Thread Andreas Enge
Hello Josselin, Am Tue, Mar 14, 2023 at 06:48:16PM +0100 schrieb Josselin Poiret: > I'm working on building Hurd atm, and it's been taking longer than I > would've liked. We needed an update to mig, which cascaded into updates > to gnumach and hurd, but they also shouldn't be too recent as we'd

Re: Core-updates and cross-compilation

2023-03-14 Thread Josselin Poiret
-- Andreas Enge writes: > Hello, > > Am Sat, Mar 11, 2023 at 01:56:27PM +0100 schrieb Josselin Poiret: >> I've been looking at the state of most failures for the CI jobset for >> core-updates, and we have a couple of problems: >> - gcc < 9 and gcc == 12 never cross-compile. >> - we can't

Re: Core-updates and cross-compilation

2023-03-12 Thread Andreas Enge
Hello, Am Sat, Mar 11, 2023 at 01:56:27PM +0100 schrieb Josselin Poiret: > I've been looking at the state of most failures for the CI jobset for > core-updates, and we have a couple of problems: > - gcc < 9 and gcc == 12 never cross-compile. > - we can't build the cross toolchain for the hurd,

Core-updates and cross-compilation

2023-03-11 Thread Josselin Poiret
Hi everyone, I've been looking at the state of most failures for the CI jobset for core-updates, and we have a couple of problems: - gcc < 9 and gcc == 12 never cross-compile. This is because we just don't do the right thing: suppose I have by default GCC version X (here 11) and I want to