]> code.ossystems Code Review - openembedded-core.git/commit
Fix multiarch DISTRO_FEATURE
authorJulian Pidancet <julian.pidancet@gmail.com>
Thu, 1 Dec 2011 00:01:56 +0000 (00:01 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2011 23:35:13 +0000 (23:35 +0000)
commit0b42b2fc118bef8ce0d1473b146673182f5d1f78
tree80f000be38b96e3ef782eeae258399fc57a30be0
parent8ed16b26dfefac4b42766b9f7090bb3b76110fe3
Fix multiarch DISTRO_FEATURE

Make get_gcc_multiarch_setting more elegant. Use a dictionnary
to store the config options and replace bb.data.getVar with d.getVar.
Remove i686 from the architecture list because it doesn't seem
to be a valid TARGET_ARCH any more in OE.
Configure gdb (gdb and gdb-cross) with --enable-64-bit-bfd if
multiarch DISTRO_FEATURE is present

Signed-off-by: Julian Pidancet <julian.pidancet@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-common.inc
meta/recipes-devtools/gdb/gdb-common.inc