]> code.ossystems Code Review - openembedded-core.git/commit
gcc: strip line numbers from generated code in gcc-plugins on target
authorRoss Burton <ross.burton@intel.com>
Tue, 10 Mar 2020 13:48:26 +0000 (13:48 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Mar 2020 13:43:58 +0000 (13:43 +0000)
commit5c3d3440809e9d76377af653ac8c5307bc1a01b4
treef3477ada8f1279aa78f33329a414a291b11c7fd8
parentf9154b2c3eff8434914710ab453e13cf338597ec
gcc: strip line numbers from generated code in gcc-plugins on target

The line numbers are influenced by the gcc version on the host used to generate
the code. Remove these to ensure the shipped source code is the same.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gcc/gcc-9.2.inc
meta/recipes-devtools/gcc/gcc-9.2/gen-no-line-numbers.patch [new file with mode: 0644]