toolchain/gcc: bump gcc 11 to 11.2 (#7579)

Patches automatically refreshed.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>

Co-authored-by: Rui Salvaterra <rsalvaterra@gmail.com>
This commit is contained in:
Beginner 2021-08-09 22:35:53 +08:00 committed by GitHub
parent 6240e663d4
commit 5a001287e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 5 additions and 5 deletions

View File

@ -19,7 +19,7 @@ config GCC_VERSION
default "7.5.0" if GCC_VERSION_7 default "7.5.0" if GCC_VERSION_7
default "9.3.0" if GCC_VERSION_9 default "9.3.0" if GCC_VERSION_9
default "10.3.0" if GCC_VERSION_10 default "10.3.0" if GCC_VERSION_10
default "11.1.0" if GCC_VERSION_11 default "11.2.0" if GCC_VERSION_11
default "8.4.0" default "8.4.0"
config GCC_USE_IREMAP config GCC_USE_IREMAP

View File

@ -44,8 +44,8 @@ ifeq ($(PKG_VERSION),10.3.0)
PKG_HASH:=64f404c1a650f27fc33da242e1f2df54952e3963a49e06e73f6940f3223ac344 PKG_HASH:=64f404c1a650f27fc33da242e1f2df54952e3963a49e06e73f6940f3223ac344
endif endif
ifeq ($(PKG_VERSION),11.1.0) ifeq ($(PKG_VERSION),11.2.0)
PKG_HASH:=4c4a6fb8a8396059241c2e674b85b351c26a5d678274007f076957afa1cc9ddf PKG_HASH:=d08edc536b54c372a1010ff6619dd274c0f1603aa49212ba20f7aa2cda36fa8b
endif endif
PATCH_DIR=../patches/$(GCC_VERSION) PATCH_DIR=../patches/$(GCC_VERSION)

View File

@ -114,7 +114,7 @@ Date: Tue Jul 31 00:52:27 2007 +0000
; On SVR4 targets, it also controls whether or not to emit a ; On SVR4 targets, it also controls whether or not to emit a
--- a/gcc/doc/invoke.texi --- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi
@@ -9054,6 +9054,17 @@ This option is only supported for C and @@ -9055,6 +9055,17 @@ This option is only supported for C and
@option{-Wall} and by @option{-Wpedantic}, which can be disabled with @option{-Wall} and by @option{-Wpedantic}, which can be disabled with
@option{-Wno-pointer-sign}. @option{-Wno-pointer-sign}.

View File

@ -7,7 +7,7 @@ Date: Sat Apr 21 03:02:39 2012 +0000
--- a/gcc/gcc.c --- a/gcc/gcc.c
+++ b/gcc/gcc.c +++ b/gcc/gcc.c
@@ -10090,8 +10090,10 @@ getenv_spec_function (int argc, const ch @@ -10100,8 +10100,10 @@ getenv_spec_function (int argc, const ch
} }
if (!value) if (!value)