aboutsummaryrefslogtreecommitdiff
path: root/core/gcc/patches
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 /core/gcc/patches
parentd7946645b131a4f429c2fafb73865c5d535e7cd5 (diff)
downloadrepository-d623019bc37c52d65e15badda306b0d1bfa057a5.tar.gz
gcc: bump to 10.1.0
Diffstat (limited to 'core/gcc/patches')
-rw-r--r--core/gcc/patches/invalid_tls_model.patch26
1 files changed, 0 insertions, 26 deletions
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"
-