]> git.ipfire.org Git - thirdparty/gcc.git/commit
libgomp nvptx plugin: Only consider '--with-cuda-driver=[...]' when applicable
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 12 May 2022 15:51:43 +0000 (17:51 +0200)
committerKwok Cheung Yeung <kcy@codesourcery.com>
Tue, 28 Jun 2022 20:55:30 +0000 (13:55 -0700)
commite99ae0c02546e395f7dff7cdeb97cebea8296a0c
tree614e85ead6fe1d8f82854b486971eb2fdb189716
parent6468241ffe19f698a8d456c8cd6f908b0cbde0ef
libgomp nvptx plugin: Only consider '--with-cuda-driver=[...]' when applicable

They're not applicable in 'PLUGIN_NVPTX_DYNAMIC' configurations.

libgomp/
* plugin/Makefrag.am (libgomp_plugin_nvptx_la_CPPFLAGS)
[PLUGIN_NVPTX_DYNAMIC]: Don't append '$(PLUGIN_NVPTX_CPPFLAGS)'.
(libgomp_plugin_nvptx_la_LDFLAGS) [PLUGIN_NVPTX_DYNAMIC]: Don't
append '$(PLUGIN_NVPTX_LDFLAGS)'.
* Makefile.in: Regenerate.

(cherry picked from commit 1f89e48789d230c78ec60ff3dc9e7e2478cc3df9)
libgomp/ChangeLog.omp
libgomp/Makefile.in
libgomp/plugin/Makefrag.am