aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorChung-Ju Wu <jasonwucj@gmail.com>2019-02-04 07:17:36 +0000
committerChung-Ju Wu <jasonwucj@gcc.gnu.org>2019-02-04 07:17:36 +0000
commitdcd717d7284caeefd012601251c76620fd7a3bd2 (patch)
tree6ab769eee23b275d1de175987af90c17337e4be7 /gcc/config.gcc
parent64626f1bf125fc700b6ee6c16ef239037d662f4a (diff)
downloadgcc-dcd717d7284caeefd012601251c76620fd7a3bd2.zip
gcc-dcd717d7284caeefd012601251c76620fd7a3bd2.tar.gz
gcc-dcd717d7284caeefd012601251c76620fd7a3bd2.tar.bz2
[NDS32] Remove all -mtlsdesc-trmpoline related things.
gcc/ * config.gcc (with_nds32_lib, glibc): Remove TARGET_DEFAULT_TLSDESC_TRAMPOLINE=0 setting. * config/nds32/linux.h (TARGET_DEFAULT_TLSDESC_TRAMPOLINE): Delete. (NDS32_TLSDESC_TRAMPOLINE_SPEC): Delete. From-SVN: r268508
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index f7b7dcc..7675d92 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -4543,7 +4543,7 @@ case "${target}" in
;;
glibc)
# OK
- tm_defines="${tm_defines} TARGET_DEFAULT_TLSDESC_TRAMPOLINE=0"
+ tm_defines="${tm_defines}"
;;
uclibc)
;;