Skip to content

Commit

Permalink
toolchain/gcc: bump gcc 11 to 11.2
Browse files Browse the repository at this point in the history
Patches automatically refreshed.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
  • Loading branch information
rsalvaterra authored and hauke committed Aug 8, 2021
1 parent 6c659fb commit 0af0ec1
Show file tree
Hide file tree
Showing 20 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion toolchain/gcc/Config.version
Expand Up @@ -19,7 +19,7 @@ config GCC_VERSION
default "7.5.0" if GCC_VERSION_7
default "9.3.0" if GCC_VERSION_9
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"

config GCC_USE_IREMAP
Expand Down
4 changes: 2 additions & 2 deletions toolchain/gcc/common.mk
Expand Up @@ -44,8 +44,8 @@ ifeq ($(PKG_VERSION),10.3.0)
PKG_HASH:=64f404c1a650f27fc33da242e1f2df54952e3963a49e06e73f6940f3223ac344
endif

ifeq ($(PKG_VERSION),11.1.0)
PKG_HASH:=4c4a6fb8a8396059241c2e674b85b351c26a5d678274007f076957afa1cc9ddf
ifeq ($(PKG_VERSION),11.2.0)
PKG_HASH:=d08edc536b54c372a1010ff6619dd274c0f1603aa49212ba20f7aa2cda36fa8b
endif

PATCH_DIR=../patches/$(GCC_VERSION)
Expand Down
Expand Up @@ -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
--- a/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{-Wno-pointer-sign}.

Expand Down
Expand Up @@ -7,7 +7,7 @@ Date: Sat Apr 21 03:02:39 2012 +0000

--- a/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)
Expand Down

0 comments on commit 0af0ec1

Please sign in to comment.