Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc.old/dist/gcc PR toolchain/56180. Additiona...



details:   https://anonhg.NetBSD.org/src/rev/300a04aef23b
branches:  trunk
changeset: 379962:300a04aef23b
user:      cjep <cjep%NetBSD.org@localhost>
date:      Tue Jun 29 08:51:03 2021 +0000

description:
PR toolchain/56180. Additional to yesterday's commit in gcc, also needed in
gcc.old. Add configuration so that gcc can find the LTO plugin when
cross-building NetBSD from OpenBSD hosts.

diffstat:

 external/gpl3/gcc.old/dist/gcc/config.host |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r bc8ce6262235 -r 300a04aef23b external/gpl3/gcc.old/dist/gcc/config.host
--- a/external/gpl3/gcc.old/dist/gcc/config.host        Tue Jun 29 08:46:10 2021 +0000
+++ b/external/gpl3/gcc.old/dist/gcc/config.host        Tue Jun 29 08:51:03 2021 +0000
@@ -277,6 +277,7 @@ case ${host} in
   *-*-openbsd*)
     out_host_hook_obj=host-openbsd.o
     host_xmake_file="${host_xmake_file} x-openbsd"
+    host_lto_plugin_soname=liblto_plugin.so.0.0
     ;;
   *-*-netbsd*)
     out_host_hook_obj=host-netbsd.o



Home | Main Index | Thread Index | Old Index