Skip to content

Commit

Permalink
src/poky:gcc-target: Ensure buildtools-extended-tarball doesn't use a…
Browse files Browse the repository at this point in the history
…rch=native

A nativesdk BBCLASSEXTEND was added to gcc-target without realising this
would pass arch=native through to it for x86-64. This heavily optimises
gcc output for the host its running on meaning it can't be reused via
sstate on other machines.

Add class-target overrides here to get the desired behaviour. All
targets have been covered for completeness.

(From OE-Core rev: d0d4853dd773f7bbe0f72e50144559b80e80d67a)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
rpurdie committed May 2, 2020
1 parent beecd6f commit 28fa4a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poky
Submodule poky updated from f7b874 to 13297d

0 comments on commit 28fa4a1

Please sign in to comment.