From e027df97fc69dbdf0e770d5e3cf1f85228116ef9 Mon Sep 17 00:00:00 2001 From: Syrone Wong Date: Wed, 8 Jul 2020 06:46:22 +0800 Subject: toolchain/gcc: Add GCC 10.1.0 patches Compared to GCC 9: 870-ppc_no_crtsavres.patch changes moved to another file following upstream 881-no_tm_section.patch keep the tm section disabled patches refreshed to apply cleanly See https://gcc.gnu.org/gcc-10/porting_to.html for more info Compiled and run tested on x86_64 Signed-off-by: Syrone Wong --- toolchain/gcc/patches/10.1.0/920-specs_nonfatal_getenv.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc/patches/10.1.0/920-specs_nonfatal_getenv.patch') diff --git a/toolchain/gcc/patches/10.1.0/920-specs_nonfatal_getenv.patch b/toolchain/gcc/patches/10.1.0/920-specs_nonfatal_getenv.patch index db27950de8..487b9e47cb 100644 --- a/toolchain/gcc/patches/10.1.0/920-specs_nonfatal_getenv.patch +++ b/toolchain/gcc/patches/10.1.0/920-specs_nonfatal_getenv.patch @@ -7,7 +7,7 @@ Date: Sat Apr 21 03:02:39 2012 +0000 --- a/gcc/gcc.c +++ b/gcc/gcc.c -@@ -9318,8 +9318,10 @@ getenv_spec_function (int argc, const ch +@@ -9396,8 +9396,10 @@ getenv_spec_function (int argc, const ch } if (!value) -- cgit v1.2.3