aboutsummaryrefslogtreecommitdiff
path: root/libgomp/Makefile.in
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2022-04-06 12:26:13 +0200
committerThomas Schwinge <thomas@codesourcery.com>2022-05-11 14:27:42 +0200
commit876ac21b7e796f9efb859dfb46ae2a4126b0b782 (patch)
tree964b308a6dea891be4a71f3644de065d43f2bbb0 /libgomp/Makefile.in
parent91a6dcd14915181b4bce51cd44b56a3e9f9d35d8 (diff)
downloadgcc-876ac21b7e796f9efb859dfb46ae2a4126b0b782.zip
gcc-876ac21b7e796f9efb859dfb46ae2a4126b0b782.tar.gz
gcc-876ac21b7e796f9efb859dfb46ae2a4126b0b782.tar.bz2
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.
Diffstat (limited to 'libgomp/Makefile.in')
-rw-r--r--libgomp/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/libgomp/Makefile.in b/libgomp/Makefile.in
index 1c2ac56..f2712aa 100644
--- a/libgomp/Makefile.in
+++ b/libgomp/Makefile.in
@@ -385,8 +385,6 @@ FC = @FC@
FCFLAGS = @FCFLAGS@
FGREP = @FGREP@
GREP = @GREP@
-HSA_RUNTIME_INCLUDE = @HSA_RUNTIME_INCLUDE@
-HSA_RUNTIME_LIB = @HSA_RUNTIME_LIB@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@