]> gcc.gnu.org Git - gcc.git/commit
libgomp: Remove unused '--with-hsa-runtime', '--with-hsa-runtime-include', '--with...
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 6 Apr 2022 10:26:13 +0000 (12:26 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Wed, 11 May 2022 12:27:42 +0000 (14:27 +0200)
commit876ac21b7e796f9efb859dfb46ae2a4126b0b782
tree964b308a6dea891be4a71f3644de065d43f2bbb0
parent91a6dcd14915181b4bce51cd44b56a3e9f9d35d8
libgomp: Remove unused '--with-hsa-runtime', '--with-hsa-runtime-include', '--with-hsa-runtime-lib'

With recent commit 2e309a4eff80e55b53d32d26926a2a94eabfea21 "libgomp testsuite:
Don't amend 'LD_LIBRARY_PATH' for system-provided HSA Runtime library",
and commit d6adba307508c75f1ccb2121eb1a43c9ab1d4056 "libgomp GCN plugin:
 Clean up unused references to system-provided HSA Runtime library", the last
uses of '--with-hsa-runtime' etc. are gone.

gcc/
* doc/install.texi: Don't document '--with-hsa-runtime',
'--with-hsa-runtime-include', '--with-hsa-runtime-lib'.
libgomp/
* plugin/configfrag.ac: Remove '--with-hsa-runtime',
'--with-hsa-runtime-include', '--with-hsa-runtime-lib' processing.
* Makefile.in: Regenerate.
* configure: Likewise.
* testsuite/Makefile.in: Likewise.
gcc/doc/install.texi
libgomp/Makefile.in
libgomp/configure
libgomp/plugin/configfrag.ac
libgomp/testsuite/Makefile.in
This page took 0.072235 seconds and 6 git commands to generate.