Hi Mikael! On Mon, 2023-05-22 17:25:39 +0200, Mikael Pettersson wrote: > On Mon, May 22, 2023 at 3:57 PM Jan-Benedict Glaw wrote: > > On Mon, 2023-05-22 14:10:48 +0100, Maciej W. Rozycki wrote: > > > On Fri, 19 May 2023, Mikael Pettersson wrote: > > > > The background is that I maintain a script to build GCC-based crosses to > > > > as many targets as I can, currently it supports 78 distinct processors and > > > > 82 triplets (four processors have multiple triplets). I only check that I can > > > > build the toolchains (full linux-gnu ones where possible). > > > > > > Great work, thanks! > > > > I'd be very much interested in running your script as one build > > variant for my http://toolchain.lug-owl.de/ efforts. Is it available > > somewhere? That would be nice! > > The script is publicly available as https://github.com/mikpe/buildcross.git. > Usage for actively maintained toolchains is pretty easy. For example, to build > a cross to sparc64-unknown-linux-gnu you just run > > buildcross -jN sparc64 > > and it will leave the toolchain in cross-sparc64. (Other bits will > land in downloads/, > sources/, and host-tools/.) Thanks, I'll have a look! > If you're only interested in linux-gnu toolchains for actively > maintained targets there's > a build-many-glibcs.py script in glibc that should be a better fit. My intention is to gain access to as many targets and different configurations and build strategies as possible. glibc's script is already included. (As I build with all languages, most of the target configurations fail right now.) Thanks! Jan-Benedict --