Module Name: src
Committed By: cjep
Date: Mon Jun 28 09:13:11 UTC 2021
Modified Files:
src/external/gpl3/gcc/dist/gcc: config.host
Log Message:
PR toolchain/56180. Add configuration so that gcc can find the LTO
plugin when cross-building NetBSD from OpenBSD hosts. Discussed with mrg.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gcc/dist/gcc/config.host
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/gpl3/gcc/dist/gcc/config.host
diff -u src/external/gpl3/gcc/dist/gcc/config.host:1.10 src/external/gpl3/gcc/dist/gcc/config.host:1.11
--- src/external/gpl3/gcc/dist/gcc/config.host:1.10 Sun Apr 11 00:02:11 2021
+++ src/external/gpl3/gcc/dist/gcc/config.host Mon Jun 28 09:13:10 2021
@@ -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