diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-05-24 08:21:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-25 22:36:09 +0100 |
commit | 95a4ea50574fb35935b0c190c84d99d10af212f1 (patch) | |
tree | 3961540087bc859a46628b2bf1331def21209fa8 /meta/recipes-devtools | |
parent | bacb97abbb896a6cc36e4daaa4144b9dc595ab13 (diff) | |
download | poky-95a4ea50574fb35935b0c190c84d99d10af212f1.tar.gz |
gcc: Update to latest on release/gcc-11 branch
There has been 150+ fixes made available after gcc 11.1.0
was released, details of these fixes is here
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff_plain;hp=releases/gcc-11.1.0;h=9ee61d2b51d
(From OE-Core rev: 3dae2c37d68ba25266934156fced0eb85e1dcd8a)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-11.1.inc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-11.1.inc b/meta/recipes-devtools/gcc/gcc-11.1.inc index 713002266a..aa7ac9be59 100644 --- a/meta/recipes-devtools/gcc/gcc-11.1.inc +++ b/meta/recipes-devtools/gcc/gcc-11.1.inc | |||
@@ -6,7 +6,7 @@ PV = "11.1.0" | |||
6 | 6 | ||
7 | # BINV should be incremented to a revision after a minor gcc release | 7 | # BINV should be incremented to a revision after a minor gcc release |
8 | 8 | ||
9 | BINV = "11.1.0" | 9 | BINV = "11.1.1" |
10 | 10 | ||
11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" | 11 | FILESEXTRAPATHS =. "${FILE_DIRNAME}/gcc:${FILE_DIRNAME}/gcc/backport:" |
12 | 12 | ||
@@ -25,7 +25,10 @@ LIC_FILES_CHKSUM = "\ | |||
25 | 25 | ||
26 | #RELEASE ?= "5b2ac9b40c325e9209c0bd55955db84aad4a0cc5" | 26 | #RELEASE ?= "5b2ac9b40c325e9209c0bd55955db84aad4a0cc5" |
27 | #BASEURI ?= "https://github.com/gcc-mirror/gcc/archive/${RELEASE}.zip;downloadfilename=gcc-${PV}-${RELEASE}.zip" | 27 | #BASEURI ?= "https://github.com/gcc-mirror/gcc/archive/${RELEASE}.zip;downloadfilename=gcc-${PV}-${RELEASE}.zip" |
28 | BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.xz" | 28 | |
29 | BASEURI ?= "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.xz \ | ||
30 | http://downloads.yoctoproject.org/mirror/sources/gcc-11.1.0-9ee61d2b51df012c659359873637cc2162ecccf3.patch;apply=yes;name=backports \ | ||
31 | " | ||
29 | SRC_URI = "\ | 32 | SRC_URI = "\ |
30 | ${BASEURI} \ | 33 | ${BASEURI} \ |
31 | file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ | 34 | file://0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch \ |
@@ -67,6 +70,7 @@ SRC_URI = "\ | |||
67 | file://0037-libatomic-Do-not-enforce-march-on-aarch64.patch \ | 70 | file://0037-libatomic-Do-not-enforce-march-on-aarch64.patch \ |
68 | " | 71 | " |
69 | SRC_URI[sha256sum] = "4c4a6fb8a8396059241c2e674b85b351c26a5d678274007f076957afa1cc9ddf" | 72 | SRC_URI[sha256sum] = "4c4a6fb8a8396059241c2e674b85b351c26a5d678274007f076957afa1cc9ddf" |
73 | SRC_URI[backports.sha256sum] = "69274bebd6c069a13443d4af61070e854740a639ec4d66eedf3e80070363587b" | ||
70 | 74 | ||
71 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" | 75 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/gcc-${PV}" |
72 | 76 | ||