Set use_gcc_stdint=wrap for nvptx
authorTom de Vries <tom@codesourcery.com>
Fri, 12 Jan 2018 17:36:07 +0000 (17:36 +0000)
committerTom de Vries <vries@gcc.gnu.org>
Fri, 12 Jan 2018 17:36:07 +0000 (17:36 +0000)
2018-01-12  Tom de Vries  <tom@codesourcery.com>

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

From-SVN: r256591

gcc/ChangeLog
gcc/config.gcc

index 7483549f80c63be763bf598cae623df3f016708c..c21c464e8ecad13a60cc613d502c49bb32af940e 100644 (file)
@@ -1,3 +1,8 @@
+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>
 
        PR rtl-optimization/80481
index 3a6d52318a54a162e35ea9e1202f59ca1b9dda3d..a578005d4da4facfc96f6de8fbe8ee1a1c8fd430 100644 (file)
@@ -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)"