Re: [PATCH 27/31] Makefile: Disable LTO when building with MSYS2

2023-04-28 Thread Tom Rini
On Fri, Apr 28, 2023 at 09:37:57AM +0200, Marek Behún wrote: > On Thu, 27 Apr 2023 13:34:53 -0400 > Tom Rini wrote: > > > On Thu, Apr 27, 2023 at 10:25:13AM -0600, Simon Glass wrote: > > > Hi Pali, > > > > > > On Wed, 26 Apr 2023 at 01:07, Pali Rohár wrote: > > > > > > > > On Tuesday 25

Re: [PATCH 27/31] Makefile: Disable LTO when building with MSYS2

2023-04-28 Thread Marek Behún
On Thu, 27 Apr 2023 13:34:53 -0400 Tom Rini wrote: > On Thu, Apr 27, 2023 at 10:25:13AM -0600, Simon Glass wrote: > > Hi Pali, > > > > On Wed, 26 Apr 2023 at 01:07, Pali Rohár wrote: > > > > > > On Tuesday 25 April 2023 19:04:10 Simon Glass wrote: > > > > Hi Pali, > > > > > > > > On Tue,

Re: [PATCH 27/31] Makefile: Disable LTO when building with MSYS2

2023-04-27 Thread Tom Rini
On Thu, Apr 27, 2023 at 10:25:13AM -0600, Simon Glass wrote: > Hi Pali, > > On Wed, 26 Apr 2023 at 01:07, Pali Rohár wrote: > > > > On Tuesday 25 April 2023 19:04:10 Simon Glass wrote: > > > Hi Pali, > > > > > > On Tue, 25 Apr 2023 at 10:28, Pali Rohár wrote: > > > > > > > > On Monday 24 April

Re: [PATCH 27/31] Makefile: Disable LTO when building with MSYS2

2023-04-27 Thread Pali Rohár
On Thursday 27 April 2023 10:25:13 Simon Glass wrote: > Hi Pali, > > On Wed, 26 Apr 2023 at 01:07, Pali Rohár wrote: > > > > On Tuesday 25 April 2023 19:04:10 Simon Glass wrote: > > > Hi Pali, > > > > > > On Tue, 25 Apr 2023 at 10:28, Pali Rohár wrote: > > > > > > > > On Monday 24 April 2023

Re: [PATCH 27/31] Makefile: Disable LTO when building with MSYS2

2023-04-27 Thread Simon Glass
Hi Pali, On Wed, 26 Apr 2023 at 01:07, Pali Rohár wrote: > > On Tuesday 25 April 2023 19:04:10 Simon Glass wrote: > > Hi Pali, > > > > On Tue, 25 Apr 2023 at 10:28, Pali Rohár wrote: > > > > > > On Monday 24 April 2023 17:08:32 Simon Glass wrote: > > > > This creates a lot of errors of the

Re: [PATCH 27/31] Makefile: Disable LTO when building with MSYS2

2023-04-26 Thread Pali Rohár
On Tuesday 25 April 2023 19:04:10 Simon Glass wrote: > Hi Pali, > > On Tue, 25 Apr 2023 at 10:28, Pali Rohár wrote: > > > > On Monday 24 April 2023 17:08:32 Simon Glass wrote: > > > This creates a lot of errors of the form: > > > > > > `__stack_chk_fail' referenced in section `.text' of

Re: [PATCH 27/31] Makefile: Disable LTO when building with MSYS2

2023-04-25 Thread Simon Glass
Hi Pali, On Tue, 25 Apr 2023 at 10:28, Pali Rohár wrote: > > On Monday 24 April 2023 17:08:32 Simon Glass wrote: > > This creates a lot of errors of the form: > > > > `__stack_chk_fail' referenced in section `.text' of ...ltrans.o: defined > >in discarded section `.text' of

Re: [PATCH 27/31] Makefile: Disable LTO when building with MSYS2

2023-04-25 Thread Pali Rohár
On Monday 24 April 2023 17:08:32 Simon Glass wrote: > This creates a lot of errors of the form: > > `__stack_chk_fail' referenced in section `.text' of ...ltrans.o: defined >in discarded section `.text' of common/stackprot.o (symbol from plugin) This issue should be rather fixed... > Drop

[PATCH 27/31] Makefile: Disable LTO when building with MSYS2

2023-04-24 Thread Simon Glass
This creates a lot of errors of the form: `__stack_chk_fail' referenced in section `.text' of ...ltrans.o: defined in discarded section `.text' of common/stackprot.o (symbol from plugin) Drop LTO for now. Signed-off-by: Simon Glass --- Makefile | 2 ++ 1 file changed, 2 insertions(+)