Re: GCC 13 stopped supporting a documented option (was Re: Bug#1050429: musl: unusable on mipsel, mips64el: mipsel-linux-gnu-gcc: unrecognised command-line option '-EL')

2023-11-28 Thread YunQiang Su
> > Now, what is the problem? Well, the spec removes the knowledge about > the -EL and -EB arguments by overriding *cc1. So the fix is to re-add > those arguments: > > | %rename cc1 old_cc1 > | *cc1: > | %(cc1_cpu) -nostdinc -isystem /usr/include/mips64el-linux-musl -isystem > include%s %(old_cc

Re: GCC 13 stopped supporting a documented option (was Re: Bug#1050429: musl: unusable on mipsel, mips64el: mipsel-linux-gnu-gcc: unrecognised command-line option '-EL')

2023-11-28 Thread YunQiang Su
I can reproduce this problem. I will try to solve this problem (by git bisect git bisect told me that this behaivor changed since 6d3c634c8baebd9ff12c39d61947752486758bd. Let's study it: is it a feature or bug ;) commit 6d3c634c8baebd9ff12c39d61947752486758bd3 Author: Jason Merrill Dat

Re: GCC 13 stopped supporting a documented option (was Re: Bug#1050429: musl: unusable on mipsel, mips64el: mipsel-linux-gnu-gcc: unrecognised command-line option '-EL')

2023-11-25 Thread Wookey
On 2023-11-24 18:58 +, Thorsten Glaser wrote: > Unfortunately, eller is down Eller had to move hosting provider at short notice. It is now racked again but needs network configuration for new location. It will hopefully re-appear by end-Monday. Wookey -- Principal hats: Debian, Wookware, A

Re: GCC 13 stopped supporting a documented option (was Re: Bug#1050429: musl: unusable on mipsel, mips64el: mipsel-linux-gnu-gcc: unrecognised command-line option '-EL')

2023-11-25 Thread Bastian Blank
On Sat, Nov 25, 2023 at 10:30:39AM +0100, Bastian Blank wrote: > Thank you for purposefully not mentioning that this only applies if you > use the bothed(?) gcc spec override to build with musl instead of glibc. > Can you show it is broken if using the standard toolchain as asked > by the maintaine

Re: GCC 13 stopped supporting a documented option (was Re: Bug#1050429: musl: unusable on mipsel, mips64el: mipsel-linux-gnu-gcc: unrecognised command-line option '-EL')

2023-11-25 Thread YunQiang Su
Bastian Blank 于2023年11月25日周六 17:48写道: > > Hi Thorsten > > On Fri, Nov 24, 2023 at 06:58:40PM +, Thorsten Glaser wrote: > > Matthias Klose dixit: > > >, this is not an RC issue. Please stop playing > > > bug ping pong. > > > > If GCC stops supporting an option it used to support, > > and where

Re: GCC 13 stopped supporting a documented option (was Re: Bug#1050429: musl: unusable on mipsel, mips64el: mipsel-linux-gnu-gcc: unrecognised command-line option '-EL')

2023-11-25 Thread Bastian Blank
Hi Thorsten On Fri, Nov 24, 2023 at 06:58:40PM +, Thorsten Glaser wrote: > Matthias Klose dixit: > >, this is not an RC issue. Please stop playing > > bug ping pong. > > If GCC stops supporting an option it used to support, > and where the GCC documentation say it’s supported, > it in my opin

GCC 13 stopped supporting a documented option (was Re: Bug#1050429: musl: unusable on mipsel, mips64el: mipsel-linux-gnu-gcc: unrecognised command-line option '-EL')

2023-11-24 Thread Thorsten Glaser
Matthias Klose dixit: > you can work around it Unfortunately not. (The musl packagers might be able to.) >, this is not an RC issue. Please stop playing > bug ping pong. If GCC stops supporting an option it used to support, and where the GCC documentation say it’s supported, it in my opinion ve