]> code.ossystems Code Review - openembedded-core.git/commit
bitbake: use GCC ar and ranlib wrappers
authorRoss Burton <ross.burton@intel.com>
Mon, 11 Feb 2019 11:04:25 +0000 (11:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 Feb 2019 11:20:06 +0000 (11:20 +0000)
commitd9f37a25adba8d6638abbe7bc0503b09f696c2fc
tree9da4326004594d1bbae294fd22eebcbf13615a76
parent430bd28093fb743ba3bd032e11e40b4dd8e5bd1f
bitbake: use GCC ar and ranlib wrappers

Instead of calling 'ar' and 'ranlib' directly, set AR=gcc-ar and
RANLIB=gcc-ranlib.  This fixes builds with link-time optimisation where more
arguments would need to be passed to ranlib but gcc-ranlib will do that
automatically.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/bitbake.conf