summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-9.2.inc
diff options
context:
space:
mode:
authorTaras Kondratiuk via Openembedded-core <openembedded-core@lists.openembedded.org>2020-02-04 02:20:06 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-11 23:05:12 +0000
commit2b0ad2bcad0ef7bbae833f38cbcf017a529ba40e (patch)
tree1108aeb95ae357184adacecb7cb8a5481ab4c69c /meta/recipes-devtools/gcc/gcc-9.2.inc
parent743578651661a8de67574474cbd96df1a7f1190e (diff)
downloadpoky-2b0ad2bcad0ef7bbae833f38cbcf017a529ba40e.tar.gz
gcc-9.2: fix bug #91102 'aarch64 ICE on Linux kernel with -Os'
Linux kernel compilation for aarch64 triggers ICE if CONFIG_CC_OPTIMIZE_FOR_SIZE=y. The rootcause is GCC bug #91102 'aarch64 ICE on Linux kernel with -Os'. Apply the fix to 9.2. (From OE-Core rev: 14f34d32bfdaa752f5043e62750d2e7b92c4b419) (From OE-Core rev: 8ebd3b4ed4995f27c1568cf873067ce24b1998bd) Signed-off-by: Taras Kondratiuk <takondra@cisco.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> 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.inc1
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 c6395998d5..4f068231f3 100644
--- a/meta/recipes-devtools/gcc/gcc-9.2.inc
+++ b/meta/recipes-devtools/gcc/gcc-9.2.inc
@@ -68,6 +68,7 @@ SRC_URI = "\
68 file://CVE-2019-15847_1.patch \ 68 file://CVE-2019-15847_1.patch \
69 file://CVE-2019-15847_2.patch \ 69 file://CVE-2019-15847_2.patch \
70 file://CVE-2019-15847_3.patch \ 70 file://CVE-2019-15847_3.patch \
71 file://re-PR-target-91102-aarch64-ICE-on-Linux-kernel-with-.patch \
71" 72"
72S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" 73S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}"
73SRC_URI[md5sum] = "3818ad8600447f05349098232c2ddc78" 74SRC_URI[md5sum] = "3818ad8600447f05349098232c2ddc78"