summaryrefslogtreecommitdiff
path: root/libgomp/configure
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2022-04-06 14:12:29 +0200
committerThomas Schwinge <thomas@codesourcery.com>2022-04-06 22:30:14 +0200
commit5e431ae4ccc5fb0e077e598cb4efb1e12fc66c68 (patch)
tree1e4a8ca3d571895cb30d293511407f51ce52c0e7 /libgomp/configure
parent790e9814454662b6cd51d2fce1aa022ef73fedb8 (diff)
Move 'libgomp/plugin/cuda/cuda.h' to 'include/cuda/cuda.h'
... so that it may be used by other projects that inherit GCC's 'include' directory. include/ * cuda/cuda.h: New file. libgomp/ * plugin/cuda/cuda.h: Remove file. * plugin/plugin-nvptx.c [PLUGIN_NVPTX_DYNAMIC]: Include "cuda/cuda.h" instead of <cuda.h>. * plugin/configfrag.ac <PLUGIN_NVPTX_DYNAMIC>: Don't set 'PLUGIN_NVPTX_CPPFLAGS'. * configure: Regenerate.
Diffstat (limited to 'libgomp/configure')
-rwxr-xr-xlibgomp/configure1
1 files changed, 0 insertions, 1 deletions
diff --git a/libgomp/configure b/libgomp/configure
index bdbe3d142d1..5ef071ea046 100755
--- a/libgomp/configure
+++ b/libgomp/configure
@@ -15362,7 +15362,6 @@ rm -f core conftest.err conftest.$ac_objext \
&& (test "x$CUDA_DRIVER_LIB" = x \
|| test "x$CUDA_DRIVER_LIB" = xno); then
PLUGIN_NVPTX=1
- PLUGIN_NVPTX_CPPFLAGS='-I$(srcdir)/plugin/cuda'
PLUGIN_NVPTX_LIBS='-ldl'
PLUGIN_NVPTX_DYNAMIC=1
else