aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-07 21:36:03 +0300
committerCem Keylan <cem@ckyln.com>2020-05-07 21:36:03 +0300
commitd623019bc37c52d65e15badda306b0d1bfa057a5 (patch)
treec2bf15b76e0160657682f8a6edbf24a0b0d89f6c
parentd7946645b131a4f429c2fafb73865c5d535e7cd5 (diff)
downloadrepository-d623019bc37c52d65e15badda306b0d1bfa057a5.tar.gz
gcc: bump to 10.1.0
-rwxr-xr-xcore/gcc/build6
-rw-r--r--core/gcc/checksums5
-rwxr-xr-x[-rw-r--r--]core/gcc/files/c990
-rw-r--r--core/gcc/patches/invalid_tls_model.patch26
-rw-r--r--core/gcc/sources5
-rw-r--r--core/gcc/version2
-rwxr-xr-xtesting/gcc/build64
-rw-r--r--testing/gcc/checksums5
-rw-r--r--testing/gcc/depends4
-rwxr-xr-xtesting/gcc/files/c992
-rw-r--r--testing/gcc/sources5
-rw-r--r--testing/gcc/version1
12 files changed, 7 insertions, 118 deletions
diff --git a/core/gcc/build b/core/gcc/build
index cabb73b7..e8a8c315 100755
--- a/core/gcc/build
+++ b/core/gcc/build
@@ -1,10 +1,8 @@
#!/bin/sh -e
-patch -p1 < invalid_tls_model.patch
-
# Make sure gmp is built with generic options.
-cp -v gcc/gmp/configfsf.guess gcc/gmp/config.guess
-cp -v gcc/gmp/configfsf.sub gcc/gmp/config.sub
+cp gcc/gmp/configfsf.guess gcc/gmp/config.guess
+cp gcc/gmp/configfsf.sub gcc/gmp/config.sub
# Use lib not lib64 by default.
sed -i '/m64=/s/lib64/lib/' gcc/gcc/config/i386/t-linux64
diff --git a/core/gcc/checksums b/core/gcc/checksums
index eb703466..31e5fbd3 100644
--- a/core/gcc/checksums
+++ b/core/gcc/checksums
@@ -1,6 +1,5 @@
-71e197867611f6054aa1119b13a0c0abac12834765fe2d81f35ac57f84f742d1 gcc-9.3.0.tar.xz
-87b565e89a9a684fe4ebeeddb8399dce2599f9c9049854ca8c0dfbdea0e21912 gmp-6.1.2.tar.xz
+b6898a23844b656f1b68691c5c012036c2e694ac4b53a8918d4712ad876e7ea2 gcc-10.1.0.tar.xz
+258e6cd51b3fbdfc185c716d55f82c08aff57df0c6fbd143cf6ed561267a1526 gmp-6.2.0.tar.xz
1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a mpfr-4.0.2.tar.xz
6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e mpc-1.1.0.tar.gz
765614b3396d70bca3fa0ae4a813632486c6dca320e2bd13c8c39dca52be4a4c c99
-b0bf792c3f5278e768b7199cc94e8c57e364eb0b70dc5a226d47eb9e25e1dac9 invalid_tls_model.patch
diff --git a/core/gcc/files/c99 b/core/gcc/files/c99
index 692f0924..692f0924 100644..100755
--- a/core/gcc/files/c99
+++ b/core/gcc/files/c99
diff --git a/core/gcc/patches/invalid_tls_model.patch b/core/gcc/patches/invalid_tls_model.patch
deleted file mode 100644
index b47a67d1..00000000
--- a/core/gcc/patches/invalid_tls_model.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- a/gcc/libgomp/configure.tgt 2018-11-08 18:13:04.000000000 +0100
-+++ b/gcc/libgomp/configure.tgt 2019-06-29 20:06:31.972950350 +0200
-@@ -10,23 +10,6 @@
- # XCFLAGS Add extra compile flags to use.
- # XLDFLAGS Add extra link flags to use.
-
--# Optimize TLS usage by avoiding the overhead of dynamic allocation.
--if test $gcc_cv_have_tls = yes ; then
-- case "${target}" in
--
-- *-*-k*bsd*-gnu*)
-- ;;
--
-- *-*-linux* | *-*-gnu*)
-- XCFLAGS="${XCFLAGS} -ftls-model=initial-exec -DUSING_INITIAL_EXEC_TLS"
-- ;;
--
-- *-*-rtems*)
-- XCFLAGS="${XCFLAGS} -ftls-model=local-exec"
-- ;;
-- esac
--fi
--
- # Since we require POSIX threads, assume a POSIX system by default.
- config_path="posix"
-
diff --git a/core/gcc/sources b/core/gcc/sources
index f0bcc41b..6eb83031 100644
--- a/core/gcc/sources
+++ b/core/gcc/sources
@@ -1,6 +1,5 @@
-https://mirrors.kernel.org/gnu/gcc/gcc-9.3.0/gcc-9.3.0.tar.xz gcc
-https://gmplib.org/download/gmp/gmp-6.1.2.tar.xz gcc/gmp
+https://gcc.gnu.org/pub/gcc/releases/gcc-10.1.0/gcc-10.1.0.tar.xz gcc
+https://gmplib.org/download/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
files/c99
-patches/invalid_tls_model.patch
diff --git a/core/gcc/version b/core/gcc/version
index 67abdd4c..3d0f48ce 100644
--- a/core/gcc/version
+++ b/core/gcc/version
@@ -1 +1 @@
-9.3.0 1
+10.1.0 1
diff --git a/testing/gcc/build b/testing/gcc/build
deleted file mode 100755
index e8a8c315..00000000
--- a/testing/gcc/build
+++ /dev/null
@@ -1,64 +0,0 @@
-#!/bin/sh -e
-
-# Make sure gmp is built with generic options.
-cp gcc/gmp/configfsf.guess gcc/gmp/config.guess
-cp gcc/gmp/configfsf.sub gcc/gmp/config.sub
-
-# Use lib not lib64 by default.
-sed -i '/m64=/s/lib64/lib/' gcc/gcc/config/i386/t-linux64
-sed -i 's/lib64/lib/' gcc/gcc/config/i386/linux64.h
-
-# Build must happen outside of gcc source.
-mkdir -p gcc-build
-cd gcc-build
-
-export libat_cv_have_ifunc=no
-
-../gcc/configure \
- --prefix=/usr \
- --disable-multilib \
- --disable-symvers \
- --disable-libmpx \
- --disable-libmudflap \
- --disable-libsanitizer \
- --disable-werror \
- --disable-fixed-point \
- --disable-libstdcxx-pch \
- --disable-nls \
- --without-included-gettext \
- --enable-checking=release \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --with-system-zlib \
- --enable-__cxa_atexit \
- --enable-default-pie \
- --enable-default-ssp \
- --enable-shared \
- --enable-threads \
- --enable-tls \
- --enable-languages=c,c++ \
- --build=x86_64-pc-linux-musl \
- --disable-bootstrap
-
-make
-make DESTDIR="$1" install
-
-# Save 35MB.
-find "$1" -name libgtkpeer.a -delete
-find "$1" -name libgjsmalsa.a -delete
-find "$1" -name libgij.a -delete
-
-# Some legacy programs will expect cc
-ln -s gcc "$1/usr/bin/cc"
-
-# POSIX compliance.
-install -Dm755 ../c99 "$1/usr/bin/c99"
-
-# Symlink for LTO.
-{
- mkdir -p "$1/usr/lib/bfd-plugins"
-
- ln -s /usr/libexec/gcc/x86_64-pc-linux-musl/9.2.0/liblto_plugin.so \
- "$1/usr/lib/bfd-plugins/liblto_plugin.so"
-}
-
diff --git a/testing/gcc/checksums b/testing/gcc/checksums
deleted file mode 100644
index 31e5fbd3..00000000
--- a/testing/gcc/checksums
+++ /dev/null
@@ -1,5 +0,0 @@
-b6898a23844b656f1b68691c5c012036c2e694ac4b53a8918d4712ad876e7ea2 gcc-10.1.0.tar.xz
-258e6cd51b3fbdfc185c716d55f82c08aff57df0c6fbd143cf6ed561267a1526 gmp-6.2.0.tar.xz
-1d3be708604eae0e42d578ba93b390c2a145f17743a744d8f3f8c2ad5855a38a mpfr-4.0.2.tar.xz
-6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e mpc-1.1.0.tar.gz
-765614b3396d70bca3fa0ae4a813632486c6dca320e2bd13c8c39dca52be4a4c c99
diff --git a/testing/gcc/depends b/testing/gcc/depends
deleted file mode 100644
index ca8b7e57..00000000
--- a/testing/gcc/depends
+++ /dev/null
@@ -1,4 +0,0 @@
-binutils
-bison make
-flex make
-zlib
diff --git a/testing/gcc/files/c99 b/testing/gcc/files/c99
deleted file mode 100755
index 692f0924..00000000
--- a/testing/gcc/files/c99
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-exec cc -std=c99 "$@"
diff --git a/testing/gcc/sources b/testing/gcc/sources
deleted file mode 100644
index 6eb83031..00000000
--- a/testing/gcc/sources
+++ /dev/null
@@ -1,5 +0,0 @@
-https://gcc.gnu.org/pub/gcc/releases/gcc-10.1.0/gcc-10.1.0.tar.xz gcc
-https://gmplib.org/download/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
-files/c99
diff --git a/testing/gcc/version b/testing/gcc/version
deleted file mode 100644
index 3d0f48ce..00000000
--- a/testing/gcc/version
+++ /dev/null
@@ -1 +0,0 @@
-10.1.0 1