Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gcc/dist/gcc PR toolchain/56180. Add configura...



details:   https://anonhg.NetBSD.org/src/rev/e663d104f7cb
branches:  trunk
changeset: 1021975:e663d104f7cb
user:      cjep <cjep%NetBSD.org@localhost>
date:      Mon Jun 28 09:13:10 2021 +0000

description:
PR toolchain/56180. Add configuration so that gcc can find the LTO
plugin when cross-building NetBSD from OpenBSD hosts. Discussed with mrg.

diffstat:

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

diffs (11 lines):

diff -r 63821a3d46c5 -r e663d104f7cb external/gpl3/gcc/dist/gcc/config.host
--- a/external/gpl3/gcc/dist/gcc/config.host    Mon Jun 28 09:09:14 2021 +0000
+++ b/external/gpl3/gcc/dist/gcc/config.host    Mon Jun 28 09:13:10 2021 +0000
@@ -277,6 +277,7 @@
   *-*-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