aboutsummaryrefslogtreecommitdiffstats
path: root/main/gcc/0016-invalid_tls_model.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-09-12 05:51:54 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-09-12 05:58:11 +0000
commita1cc438986c08164b793eb98a7ea5fef50d650d9 (patch)
tree9e942852a5cacef48b91bdadf483402a676be067 /main/gcc/0016-invalid_tls_model.patch
parent20dc7c9c68ccbb0021391395073eb84bb2c21915 (diff)
downloadaports-a1cc438986c08164b793eb98a7ea5fef50d650d9.tar.bz2
aports-a1cc438986c08164b793eb98a7ea5fef50d650d9.tar.xz
main/gcc: upgrade to 9.2.0
Diffstat (limited to 'main/gcc/0016-invalid_tls_model.patch')
-rw-r--r--main/gcc/0016-invalid_tls_model.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/main/gcc/0016-invalid_tls_model.patch b/main/gcc/0016-invalid_tls_model.patch
deleted file mode 100644
index 93dd7ddcdf..0000000000
--- a/main/gcc/0016-invalid_tls_model.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- ./libgomp/configure.tgt.orig 2018-09-25 13:44:16.654561098 -0400
-+++ ./libgomp/configure.tgt 2018-09-25 13:44:50.452688100 -0400
-@@ -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"
-- ;;
--
-- *-*-rtems*)
-- XCFLAGS="${XCFLAGS} -ftls-model=local-exec"
-- ;;
-- esac
--fi
--
- # Since we require POSIX threads, assume a POSIX system by default.
- config_path="posix"