Re: [OE-core] [PATCH 1/2] libunwind: Use -fcommon option to compile

2020-08-05 Thread Khem Raj
On Wed, Aug 5, 2020 at 2:26 AM Adrian Bunk wrote: > > On Tue, Aug 04, 2020 at 11:14:48PM -0700, Khem Raj wrote: > > defaults for gcc is to use -fno-common this ensures that it keeps using > > -fcommon until the real issue is fixed > > > > Fixes > > src/arm/Ginit.c:60: multiple definition of

Re: [OE-core] [PATCH 1/2] libunwind: Use -fcommon option to compile

2020-08-05 Thread Adrian Bunk
On Tue, Aug 04, 2020 at 11:14:48PM -0700, Khem Raj wrote: > defaults for gcc is to use -fno-common this ensures that it keeps using > -fcommon until the real issue is fixed > > Fixes > src/arm/Ginit.c:60: multiple definition of `_U_dyn_info_list'; >

[OE-core] [PATCH 1/2] libunwind: Use -fcommon option to compile

2020-08-05 Thread Khem Raj
defaults for gcc is to use -fno-common this ensures that it keeps using -fcommon until the real issue is fixed Fixes src/arm/Ginit.c:60: multiple definition of `_U_dyn_info_list';