]> code.ossystems Code Review - openembedded-core.git/commit
Perl: Use CC version not $Config(gccversion)
authorJeremy Puhlman <jpuhlman@mvista.com>
Fri, 23 Oct 2015 17:18:07 +0000 (10:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Oct 2015 11:21:30 +0000 (12:21 +0100)
commitc616e05691ec143066df8f416cc0b6b464fabd02
tree125fa476e3f568fed0fd70ef5a60d19b924920c2
parentba127370e621b5b683d6f454596c3d0c60c13df7
Perl: Use CC version not $Config(gccversion)

Get version data from querying $CC rather then
$Config(gccversion) which comes from running version of
perl. Since perl-native is not likely compiled by gcc
5 at this point, it will never trigger the required
fixes for gcc 5.

[YOCTO #8367]

Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/perl/perl/perl-errno-generation-gcc5.patch [new file with mode: 0644]
meta/recipes-devtools/perl/perl_5.22.0.bb