mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-11-25 01:53:12 +08:00
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
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…
Reference in New Issue
Block a user