aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorTom de Vries <tom@codesourcery.com>2018-01-12 17:36:07 +0000
committerTom de Vries <vries@gcc.gnu.org>2018-01-12 17:36:07 +0000
commit52956fbc5da32a83a0118a25867af1c5e777b646 (patch)
treec54af31d246fbeba2d24e04b1ba9f541999b237c /gcc/config.gcc
parent0550a77b6e45a2a1c7da160ea32c518e25d5ca97 (diff)
downloadgcc-52956fbc5da32a83a0118a25867af1c5e777b646.zip
gcc-52956fbc5da32a83a0118a25867af1c5e777b646.tar.gz
gcc-52956fbc5da32a83a0118a25867af1c5e777b646.tar.bz2
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
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 3a6d523..a578005 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2353,6 +2353,7 @@ nios2-*-*)
;;
nvptx-*)
tm_file="${tm_file} newlib-stdint.h"
+ use_gcc_stdint=wrap
tmake_file="nvptx/t-nvptx"
if test x$enable_as_accelerator = xyes; then
extra_programs="${extra_programs} mkoffload\$(exeext)"