Commit 52956fbc by Tom de Vries Committed by Tom de Vries

Set use_gcc_stdint=wrap for nvptx

2018-01-12  Tom de Vries  <tom@codesourcery.com>

	PR target/83737
	* config.gcc (nvptx*-*-*): Set use_gcc_stdint=wrap.

From-SVN: r256591
parent 0550a77b
2018-01-12 Tom de Vries <tom@codesourcery.com>
PR target/83737
* config.gcc (nvptx*-*-*): Set use_gcc_stdint=wrap.
2018-01-12 Vladimir Makarov <vmakarov@redhat.com> 2018-01-12 Vladimir Makarov <vmakarov@redhat.com>
PR rtl-optimization/80481 PR rtl-optimization/80481
......
...@@ -2353,6 +2353,7 @@ nios2-*-*) ...@@ -2353,6 +2353,7 @@ nios2-*-*)
;; ;;
nvptx-*) nvptx-*)
tm_file="${tm_file} newlib-stdint.h" tm_file="${tm_file} newlib-stdint.h"
use_gcc_stdint=wrap
tmake_file="nvptx/t-nvptx" tmake_file="nvptx/t-nvptx"
if test x$enable_as_accelerator = xyes; then if test x$enable_as_accelerator = xyes; then
extra_programs="${extra_programs} mkoffload\$(exeext)" extra_programs="${extra_programs} mkoffload\$(exeext)"
......
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