]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgomp/configure
Empty libgomp for nvptx
[thirdparty/gcc.git] / libgomp / configure
index f1a92ba9de4a5ebf0a8db6249f90c4611bfb1798..867ce40c371a1f41e2f87333207bd14b62401bcf 100755 (executable)
@@ -15041,6 +15041,9 @@ case "$host" in
   *-*-rtems*)
     # RTEMS supports Pthreads, but the library is not available at GCC build time.
     ;;
+  nvptx*-*-*)
+    # NVPTX does not support Pthreads, has its own code replacement.
+    ;;
   *)
     # Check to see if -pthread or -lpthread is needed.  Prefer the former.
     # In case the pthread.h system header is not found, this test will fail.