]> code.ossystems Code Review - openembedded-core.git/commit
conf,recipes: Add new variable LINKER_HASH_STYLE
authorKhem Raj <raj.khem@gmail.com>
Tue, 16 Aug 2011 22:17:33 +0000 (15:17 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2011 10:47:22 +0000 (11:47 +0100)
commit17322dba8434e592d3922496f89f8d1d5598247e
tree2fef10d29a03e16dfd0356d87258d7e84b6e6ec4
parentbed68b561056e0f454c0bf527997f82b63122773
conf,recipes: Add new variable LINKER_HASH_STYLE

LINKER_HASH_STYLE in OE is set to either 'sysv' or 'gnu'
depending upon processor architecture e.g. mips does not support
gnu hash style so is uses sysv

besides 'sysv' and 'gnu' third option is to set it to 'both' we do
not do that by default but user can still set it

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/conf/bitbake.conf
meta/conf/distro/include/tcmode-default.inc