]> code.ossystems Code Review - openembedded-core.git/commit
gcc: add runtime packages to RRECOMMENDS
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 6 Jul 2016 23:48:34 +0000 (11:48 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jul 2016 22:10:02 +0000 (23:10 +0100)
commit658d9a764e91f394472c9082a3ed3fa7b9b417d2
treefe345add52af850edc0128d763bf6fb268599cd6
parent2f6e42068a0af01034e738daa6a7ce1a3bcb434d
gcc: add runtime packages to RRECOMMENDS

In order to use certain features of gcc, you need the corresponding
runtime library. It seems to me that these ought to be installed by
default when installing the compiler since they are required if certain
command line options are used, so add them to RRECOMMENDS. I used
RRECOMMENDS since some of these packages may or may not exist depending
on architecture and build options; additionally it makes it possible to
use BAD_RECOMMENDATIONS if you really want to exclude them.

The impact of this isn't too bad in the context of an image providing
on-target compilation - about a 30MB increase in size for an image
containing gcc and g++.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gcc/gcc-target.inc