lto: replace $target with $host in configure.ac [PR106170]

PR lto/106170

lto-plugin/ChangeLog:

	* configure.ac: Replace $target with $host.
	* configure: Regenerate.
This commit is contained in:
Martin Liska 2022-08-01 10:32:00 +02:00
parent 82ac4cd213
commit 5d8637208d
2 changed files with 2 additions and 2 deletions

View File

@ -6015,7 +6015,7 @@ fi
use_locking=no
ac_lto_plugin_extra_ldflags=
case $target in
case $host in
riscv*)
# do not use locking as pthread depends on libatomic
;;

View File

@ -91,7 +91,7 @@ AM_CONDITIONAL(LTO_PLUGIN_USE_SYMVER_SUN, [test "x$lto_plugin_use_symver" = xsun
use_locking=no
ac_lto_plugin_extra_ldflags=
case $target in
case $host in
riscv*)
# do not use locking as pthread depends on libatomic
;;