Module Name: src
Committed By: cjep
Date: Tue Jun 29 08:51:04 UTC 2021
Modified Files:
src/external/gpl3/gcc.old/dist/gcc: config.host
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/external/gpl3/gcc.old/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.old/dist/gcc/config.host
diff -u src/external/gpl3/gcc.old/dist/gcc/config.host:1.10 src/external/gpl3/gcc.old/dist/gcc/config.host:1.11
--- src/external/gpl3/gcc.old/dist/gcc/config.host:1.10 Fri Apr 9 23:14:17 2021
+++ src/external/gpl3/gcc.old/dist/gcc/config.host Tue Jun 29 08:51:03 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