Re: [PATCH] bash-5.3-rc1 FTBFS when cross compiling with gcc-15
On Thursday, May 22, 2025, Bruce Dubbs wrote: > with cstd-23 'bool' is a keyword This is something the configure script should check. Otherwise why have one? -- Oğuz
[PATCH] bash-5.3-rc1 FTBFS when cross compiling with gcc-15
In linuxfromscratch we do a preliminary build of bash in order to run it later in a chroot environment without any dependencies from the host system: ./configure --prefix=/usr \ --build=x86_64-pc-linux-gnu \ --host=x86_64-lfs-linux-gnu \ --withou