Re: [PATCH 5/6] pogo_v4: Disable LTO

2022-11-23 Thread Tony Dinh
Hi Tom, On Wed, Nov 23, 2022 at 5:45 AM Tom Rini wrote: > > On Tue, Nov 22, 2022 at 01:09:55PM -0800, Tony Dinh wrote: > > Resend to include the mailing list! > > > > Tony > > > > On Tue, Nov 22, 2022 at 11:58 AM Tony Dinh wrote: > > > > > > Hi Tom, > > > > > > On Tue, Nov 22, 2022 at 9:32 AM

Re: [PATCH 5/6] pogo_v4: Disable LTO

2022-11-23 Thread Tom Rini
On Tue, Nov 22, 2022 at 01:09:55PM -0800, Tony Dinh wrote: > Resend to include the mailing list! > > Tony > > On Tue, Nov 22, 2022 at 11:58 AM Tony Dinh wrote: > > > > Hi Tom, > > > > On Tue, Nov 22, 2022 at 9:32 AM Tom Rini wrote: > > > > > > With gcc-12.2 we now get: > > >

Re: [PATCH 5/6] pogo_v4: Disable LTO

2022-11-22 Thread Simon Glass
On Tue, 22 Nov 2022 at 10:32, Tom Rini wrote: > > With gcc-12.2 we now get: > lib/zlib/inflate.c:360: undefined reference to `__gnu_thumb1_case_si' > when building this platform. This seems like some odd problem with LTO > and Thumb, but since the platform continues to link, I assume it's >

Re: [PATCH 5/6] pogo_v4: Disable LTO

2022-11-22 Thread Tony Dinh
Resend to include the mailing list! Tony On Tue, Nov 22, 2022 at 11:58 AM Tony Dinh wrote: > > Hi Tom, > > On Tue, Nov 22, 2022 at 9:32 AM Tom Rini wrote: > > > > With gcc-12.2 we now get: > > lib/zlib/inflate.c:360: undefined reference to `__gnu_thumb1_case_si' > > when building this

[PATCH 5/6] pogo_v4: Disable LTO

2022-11-22 Thread Tom Rini
With gcc-12.2 we now get: lib/zlib/inflate.c:360: undefined reference to `__gnu_thumb1_case_si' when building this platform. This seems like some odd problem with LTO and Thumb, but since the platform continues to link, I assume it's within size constraints, so lets just disable LTO for now. Cc: