Re: [PATCH] configure.ac: don't mangle CFLAGS

2020-09-10 Thread Fabrice Fontaine
Hello Brane, Le jeu. 10 sept. 2020 à 05:53, Branko Čibej a écrit : > > On 10.09.2020 05:41, Branko Čibej wrote: > > On 09.09.2020 23:34, Fabrice Fontaine wrote: > > Ensure that the sed expression to strip debugging options from CFLAGS > doesn't mangle flags like -mfloat-gprs=double, breaking the

Re: [PATCH] configure.ac: don't mangle CFLAGS

2020-09-09 Thread Branko Čibej
On 10.09.2020 07:36, Fabrice Fontaine wrote: > Hello Brane, > > Le jeu. 10 sept. 2020 à 05:53, Branko Čibej a écrit : >> On 10.09.2020 05:41, Branko Čibej wrote: >> >> On 09.09.2020 23:34, Fabrice Fontaine wrote: >> >> Ensure that the sed expression to strip debugging options from CFLAGS >> doesn'

Re: [PATCH] configure.ac: don't mangle CFLAGS

2020-09-09 Thread Branko Čibej
On 10.09.2020 05:41, Branko Čibej wrote: > On 09.09.2020 23:34, Fabrice Fontaine wrote: >> Ensure that the sed expression to strip debugging options from CFLAGS >> doesn't mangle flags like -mfloat-gprs=double, breaking the build. >> >> Patch by: Peter Korsgaard and Vicente Olivert Riera >> (See >

Re: [PATCH] configure.ac: don't mangle CFLAGS

2020-09-09 Thread Branko Čibej
On 09.09.2020 23:34, Fabrice Fontaine wrote: > Ensure that the sed expression to strip debugging options from CFLAGS > doesn't mangle flags like -mfloat-gprs=double, breaking the build. > > Patch by: Peter Korsgaard and Vicente Olivert Riera > (See > https://git.buildroot.net/buildroot/tree/packag