CVSROOT:        /cvs
Module name:    ports
Changes by:     sema...@cvs.openbsd.org 2023/06/12 09:53:01

Modified files:
        sysutils/firmware/vmm: Makefile 

Log message:
sysutils/firmware/vmm: change the way linkage is done

seabios required ld.bdf for linkage of several files for generating the 16bit
X86 BIOS file.

but egcc8 + cf-protection=branch needs a recent linker (and the ld.bdf version
in base is too old), and some parts of the build (kconfig stuff) fail.

switch the build to standard linker ld.lld and explicitly use ld.bdf only for
16bit X86 BIOS file.

tested by kn@ and dv@
ok dv@

Reply via email to