Commit ac703a6f by Monk Chiang Committed by Chung-Ju Wu

[NDS32] Turn off default option -mtlsdesc-trampoline.

gcc/
	* config.gcc (nds32*-*-*): Set TARGET_DEFAULT_TLSDESC_TRAMPOLINE=0.

From-SVN: r264459
parent 1f060238
2018-09-21 Monk Chiang <sh.chiang04@gmail.com>
* config.gcc (nds32*-*-*): Set TARGET_DEFAULT_TLSDESC_TRAMPOLINE=0.
2018-09-21 Eric Botcazou <ebotcazou@adacore.com> 2018-09-21 Eric Botcazou <ebotcazou@adacore.com>
PR tree-optimization/86990 PR tree-optimization/86990
......
...@@ -4454,7 +4454,7 @@ case "${target}" in ...@@ -4454,7 +4454,7 @@ case "${target}" in
;; ;;
glibc) glibc)
# OK # OK
tm_defines="${tm_defines} TARGET_DEFAULT_TLSDESC_TRAMPOLINE=1" tm_defines="${tm_defines} TARGET_DEFAULT_TLSDESC_TRAMPOLINE=0"
;; ;;
uclibc) uclibc)
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment