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:
parent
82ac4cd213
commit
5d8637208d
2 changed files with 2 additions and 2 deletions
2
lto-plugin/configure
vendored
2
lto-plugin/configure
vendored
|
@ -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
|
||||
;;
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue