diff options
author | Cem Keylan <cem@ckyln.com> | 2020-07-26 22:43:49 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-07-26 22:43:49 +0300 |
commit | 1bff0f783f0bc78004e9867ddf366097dcdeaf80 (patch) | |
tree | 85dce20b75df07c9a810913b699419ba1ca4aeb7 /core | |
parent | e2707e4d6f586ee0e358f9435a15e3e1798af47f (diff) | |
download | repository-1bff0f783f0bc78004e9867ddf366097dcdeaf80.tar.gz |
gcc: bump to 10.2.0
Diffstat (limited to 'core')
-rw-r--r-- | core/gcc/checksums | 2 | ||||
-rw-r--r-- | core/gcc/message | 11 | ||||
-rw-r--r-- | core/gcc/sources | 2 | ||||
-rw-r--r-- | core/gcc/version | 2 |
4 files changed, 3 insertions, 14 deletions
diff --git a/core/gcc/checksums b/core/gcc/checksums index ebe22b10..95a7b1eb 100644 --- a/core/gcc/checksums +++ b/core/gcc/checksums @@ -1,4 +1,4 @@ -b6898a23844b656f1b68691c5c012036c2e694ac4b53a8918d4712ad876e7ea2 gcc-10.1.0.tar.xz +b8dd4368bb9c7f0b98188317ee0254dd8cc99d1e3a18d0ff146c855fe16c1d8c gcc-10.2.0.tar.xz 258e6cd51b3fbdfc185c716d55f82c08aff57df0c6fbd143cf6ed561267a1526 gmp-6.2.0.tar.xz 1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a mpfr-4.0.2.tar.xz 6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e mpc-1.1.0.tar.gz diff --git a/core/gcc/message b/core/gcc/message deleted file mode 100644 index 75c12d01..00000000 --- a/core/gcc/message +++ /dev/null @@ -1,11 +0,0 @@ -[1;31mCRITICAL[m[1m - -A bug in GCC 10.1.0 causes kernels built with GCC 10 to -kernel panic in the second boot stage. This issue can be -resolved by applying the following patch. - -https://dl.carbslinux.org/distfiles/linux-gcc-10-bootfix.patch - -You can also visit https://carbslinux.org for a link to the -patch. -[m diff --git a/core/gcc/sources b/core/gcc/sources index 1f9ea011..5da8ded9 100644 --- a/core/gcc/sources +++ b/core/gcc/sources @@ -1,4 +1,4 @@ -https://gcc.gnu.org/pub/gcc/releases/gcc-10.1.0/gcc-10.1.0.tar.xz gcc +https://gcc.gnu.org/pub/gcc/releases/gcc-10.2.0/gcc-10.2.0.tar.xz gcc https://ftp.gnu.org/gnu/gmp/gmp-6.2.0.tar.xz gcc/gmp https://ftp.gnu.org/gnu/mpfr/mpfr-4.0.2.tar.xz gcc/mpfr https://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz gcc/mpc diff --git a/core/gcc/version b/core/gcc/version index 3d0f48ce..1564eb7c 100644 --- a/core/gcc/version +++ b/core/gcc/version @@ -1 +1 @@ -10.1.0 1 +10.2.0 1 |