From 545a07b9c02134ff8e3ac46ea61ff141c161e7cb Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 10 Apr 2021 14:21:07 +0300 Subject: gcc: bump to 10.3.0 --- core/gcc/build | 2 +- core/gcc/checksums | 8 ++++---- core/gcc/sources | 8 ++++---- core/gcc/version | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'core/gcc') diff --git a/core/gcc/build b/core/gcc/build index b22d8e6d..e3bb1e03 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -77,7 +77,7 @@ install -Dm755 ../c99 "$1/usr/bin/c99" { mkdir -p "$1/usr/lib/bfd-plugins" - ln -s "/usr/libexec/gcc/$sys_arch-pc-linux-musl/9.2.0/liblto_plugin.so" \ + ln -s "/usr/libexec/gcc/$sys_arch-pc-linux-musl/$2/liblto_plugin.so" \ "$1/usr/lib/bfd-plugins/liblto_plugin.so" } diff --git a/core/gcc/checksums b/core/gcc/checksums index 95a7b1eb..587bb220 100644 --- a/core/gcc/checksums +++ b/core/gcc/checksums @@ -1,6 +1,6 @@ -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 +64f404c1a650f27fc33da242e1f2df54952e3963a49e06e73f6940f3223ac344 gcc-10.3.0.tar.xz +fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2 gmp-6.2.1.tar.xz +0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f mpfr-4.1.0.tar.xz +17503d2c395dfcf106b622dc142683c1199431d095367c6aacba6eec30340459 mpc-1.2.1.tar.gz 765614b3396d70bca3fa0ae4a813632486c6dca320e2bd13c8c39dca52be4a4c c99 4ece19529edb8e681e1778e977e2ba1d47984ccfcb82505e8b898bb29d659625 musl-libssp.patch diff --git a/core/gcc/sources b/core/gcc/sources index 5da8ded9..ca147b01 100644 --- a/core/gcc/sources +++ b/core/gcc/sources @@ -1,6 +1,6 @@ -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 +https://gcc.gnu.org/pub/gcc/releases/gcc-10.3.0/gcc-10.3.0.tar.xz gcc +https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz gcc/gmp +https://ftp.gnu.org/gnu/mpfr/mpfr-4.1.0.tar.xz gcc/mpfr +https://ftp.gnu.org/gnu/mpc/mpc-1.2.1.tar.gz gcc/mpc files/c99 patches/musl-libssp.patch diff --git a/core/gcc/version b/core/gcc/version index 1564eb7c..7aac0b44 100644 --- a/core/gcc/version +++ b/core/gcc/version @@ -1 +1 @@ -10.2.0 1 +10.3.0 1 -- cgit v1.2.3