]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gcc: add runtime packages to RRECOMMENDS
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 6 Jul 2016 20:15:41 +0000 (08:15 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 6 Jul 2016 23:41:57 +0000 (11:41 +1200)
commit565533bd47b30072b1961aba56cf05316e2d19b2
treeb6dc45f9fdce773cc6618de99183f6a119f09b77
parent53fcfe4348a2ca727844f2b0bd3fca2902cbdda0
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>
meta/recipes-devtools/gcc/gcc-target.inc