]> code.ossystems Code Review - openembedded-core.git/commit
binutils: ld-is-gold should not affect native and crosssdk recipes
authorKhem Raj <raj.khem@gmail.com>
Sun, 16 Feb 2014 19:48:16 +0000 (19:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 18 Feb 2014 08:37:03 +0000 (08:37 +0000)
commit542609b968f0dc6f56cc9d6aabe4ff0144041261
tree96de1ff9c81c7f1714754274a8eb6c54b5ff0ec9
parent644c307f63f0f0b7e97140850d3d1d2124b11b1b
binutils: ld-is-gold should not affect native and crosssdk recipes

gold linker does not support all architectures, currently arm and x86
are best supported, therefore we can not enable this as a full distro
option where we need to support other architectures e.g. ppc, mips
currently, if we enable ld-is-gold distro feature conditionally then it
invalidates native and sdk version of native binutils because configure
option would change. With this patch we limit ld-is-gold feature to
imapact cross binutils and target binutils only. This means that we
can reuse the sdk and native versions across architectures.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/binutils/binutils.inc