]> gcc.gnu.org Git - gcc.git/commitdiff
lto: replace $target with $host in configure.ac [PR106170]
authorMartin Liska <mliska@suse.cz>
Mon, 1 Aug 2022 08:32:00 +0000 (10:32 +0200)
committerMartin Liska <mliska@suse.cz>
Mon, 1 Aug 2022 08:32:00 +0000 (10:32 +0200)
PR lto/106170

lto-plugin/ChangeLog:

* configure.ac: Replace $target with $host.
* configure: Regenerate.

lto-plugin/configure
lto-plugin/configure.ac

index fdb8a5964b46b2cd85a750f5ba4c12d24cf81f88..f165eaeb194bad07dee3d0dd9fd6976b259d6cf9 100755 (executable)
@@ -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
     ;;
index e69a7bd9ec0f1a5ed701889b9b6befe521b79dfe..0a7202782ae432373e94757208797d52ba50c0cc 100644 (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
     ;;
This page took 0.078316 seconds and 5 git commands to generate.