]> code.ossystems Code Review - openembedded-core.git/commit
binutils: Fix x86_64 override usage
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 22 Feb 2020 10:30:27 +0000 (10:30 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 22 Feb 2020 23:51:46 +0000 (23:51 +0000)
commitbbf9e8ae5e0ce2968e4fef071d3de3ddfdc7463c
tree4bf4340ceb7e80245b258b7a74cdea2c5ec9542b
parent82f7d5cfc2ab02f39b69c0f8697d660936422d4a
binutils: Fix x86_64 override usage

This override was applying to binutils-native meaning it would behave differently
depending upon the host it was building on. This is not a good idea and we have
tests to detect it which failed:

oe-selftest -r sstatetests.SStateTests.test_sstate_32_64_same_hash

binutils-native already enables all targets so we can avoid issues by not setting this
option in the native case.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/binutils/binutils.inc