mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-25 10:52:48 +00:00
toolchain: gcc: Update to version 10.3.0
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
ca3289b290
commit
acb0788b8e
@ -14,7 +14,7 @@ config GCC_VERSION
|
|||||||
string
|
string
|
||||||
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.2.0" if GCC_VERSION_10
|
default "10.3.0" if GCC_VERSION_10
|
||||||
default "8.4.0"
|
default "8.4.0"
|
||||||
|
|
||||||
config GCC_USE_IREMAP
|
config GCC_USE_IREMAP
|
||||||
|
@ -40,8 +40,8 @@ ifeq ($(PKG_VERSION),9.3.0)
|
|||||||
PKG_HASH:=71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1
|
PKG_HASH:=71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(PKG_VERSION),10.2.0)
|
ifeq ($(PKG_VERSION),10.3.0)
|
||||||
PKG_HASH:=b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c
|
PKG_HASH:=64f404c1a650f27fc33da242e1f2df54952e3963a49e06e73f6940f3223ac344
|
||||||
endif
|
endif
|
||||||
|
|
||||||
PATCH_DIR=../patches/$(GCC_VERSION)
|
PATCH_DIR=../patches/$(GCC_VERSION)
|
||||||
|
@ -102,7 +102,7 @@ Date: Tue Jul 31 00:52:27 2007 +0000
|
|||||||
Assume normal C execution environment.
|
Assume normal C execution environment.
|
||||||
--- a/gcc/common.opt
|
--- a/gcc/common.opt
|
||||||
+++ b/gcc/common.opt
|
+++ b/gcc/common.opt
|
||||||
@@ -1657,6 +1657,9 @@ fguess-branch-probability
|
@@ -1660,6 +1660,9 @@ fguess-branch-probability
|
||||||
Common Report Var(flag_guess_branch_prob) Optimization
|
Common Report Var(flag_guess_branch_prob) Optimization
|
||||||
Enable guessing of branch probabilities.
|
Enable guessing of branch probabilities.
|
||||||
|
|
||||||
@ -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
|
||||||
@@ -8169,6 +8169,17 @@ This option is only supported for C and
|
@@ -8171,6 +8171,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}.
|
||||||
|
|
||||||
@ -134,7 +134,7 @@ Date: Tue Jul 31 00:52:27 2007 +0000
|
|||||||
@opindex Wno-stack-protector
|
@opindex Wno-stack-protector
|
||||||
--- a/gcc/opts.c
|
--- a/gcc/opts.c
|
||||||
+++ b/gcc/opts.c
|
+++ b/gcc/opts.c
|
||||||
@@ -2308,6 +2308,9 @@ common_handle_option (struct gcc_options
|
@@ -2318,6 +2318,9 @@ common_handle_option (struct gcc_options
|
||||||
/* Currently handled in a prescan. */
|
/* Currently handled in a prescan. */
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user