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:
parent
3df3cc9cd8
commit
0c942b0abf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue