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/dd8784faf04a
branches:  trunk
changeset: 379944:dd8784faf04a
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 20aaf1197168 -r dd8784faf04a 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 @@ 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