Re: [OE-core] [PATCH 2/3] gcc: set the default target arch

2022-09-29 Thread Ross Burton
> On 29 Sep 2022, at 16:31, Daniel McGregor wrote: > > Sure, I'm actually talking about host binaries, built inside our equivalent > of a poky build appliance. The most obvious example is pseudo-native built on > our newest build servers. GCC decides to use instructions (in particular BMI2 >

Re: [OE-core] [PATCH 2/3] gcc: set the default target arch

2022-09-29 Thread Ross Burton
On 28 Sep 2022, at 23:13, Dan McGregor via lists.openembedded.org wrote: > > From: Daniel McGregor > > The default x86-64 architecture for target gcc (ie, the one in poky > build appliances) is native. Since we have a variety of build systems > it will occasionally produce instructions that

[OE-core] [PATCH 2/3] gcc: set the default target arch

2022-09-28 Thread Dan McGregor
From: Daniel McGregor The default x86-64 architecture for target gcc (ie, the one in poky build appliances) is native. Since we have a variety of build systems it will occasionally produce instructions that don't work on all of our development system. Instead, set gcc's default architecture to