diff options
author | Ross Burton <ross.burton@intel.com> | 2020-03-10 13:48:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-11 13:44:02 +0000 |
commit | f48d73995c6c86febcb24eb91dd1569a648cb4ae (patch) | |
tree | ccab0e10a2ccbb83203732d3298a1edc522ad1cd /meta/recipes-devtools/gcc/gcc-9.2.inc | |
parent | 2e2f1980e082f3b0588da9c9712a21c412a68d0f (diff) | |
download | poky-f48d73995c6c86febcb24eb91dd1569a648cb4ae.tar.gz |
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.
(From OE-Core rev: 5c3d3440809e9d76377af653ac8c5307bc1a01b4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-9.2.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-9.2.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-9.2.inc b/meta/recipes-devtools/gcc/gcc-9.2.inc index 2bae85afe3..2368f35867 100644 --- a/meta/recipes-devtools/gcc/gcc-9.2.inc +++ b/meta/recipes-devtools/gcc/gcc-9.2.inc | |||
@@ -70,6 +70,7 @@ SRC_URI = "\ | |||
70 | file://CVE-2019-15847_2.patch \ | 70 | file://CVE-2019-15847_2.patch \ |
71 | file://CVE-2019-15847_3.patch \ | 71 | file://CVE-2019-15847_3.patch \ |
72 | file://re-PR-target-91102-aarch64-ICE-on-Linux-kernel-with-.patch \ | 72 | file://re-PR-target-91102-aarch64-ICE-on-Linux-kernel-with-.patch \ |
73 | file://gen-no-line-numbers.patch \ | ||
73 | " | 74 | " |
74 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" | 75 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" |
75 | SRC_URI[md5sum] = "3818ad8600447f05349098232c2ddc78" | 76 | SRC_URI[md5sum] = "3818ad8600447f05349098232c2ddc78" |