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.
This commit is contained in:
cjep 2021-06-29 08:51:03 +00:00
parent 3df3cc9cd8
commit 0c942b0abf
1 changed files with 1 additions and 0 deletions

View File

@ -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