libgomp GCN plugin: Clean up always-empty 'PLUGIN_GCN_CPPFLAGS', 'PLUGIN_GCN_LDFLAGS'
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 6 Apr 2022 10:15:28 +0000 (12:15 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Wed, 11 May 2022 12:25:58 +0000 (14:25 +0200)
commit91a6dcd14915181b4bce51cd44b56a3e9f9d35d8
treeb741c18e7793cc8232a7a103e5b7447028e363e9
parentd6adba307508c75f1ccb2121eb1a43c9ab1d4056
libgomp GCN plugin: Clean up always-empty 'PLUGIN_GCN_CPPFLAGS', 'PLUGIN_GCN_LDFLAGS'

After recent commit d6adba307508c75f1ccb2121eb1a43c9ab1d4056
"libgomp GCN plugin: Clean up unused references to system-provided HSA Runtime
library", these aren't set anymore.

libgomp/
* plugin/Makefrag.am (libgomp_plugin_gcn_la_CPPFLAGS): Don't
consider 'PLUGIN_GCN_CPPFLAGS'.
(libgomp_plugin_gcn_la_LDFLAGS): Don't consider
'PLUGIN_GCN_LDFLAGS'.
* plugin/configfrag.ac (PLUGIN_GCN_CPPFLAGS, PLUGIN_GCN_LDFLAGS):
Remove.
* Makefile.in: Regenerate.
* configure: Likewise.
* testsuite/Makefile.in: Likewise.
libgomp/Makefile.in
libgomp/configure
libgomp/plugin/Makefrag.am
libgomp/plugin/configfrag.ac
libgomp/testsuite/Makefile.in