Hello,

The following patches started as a workaround to build Xen using lld
(the LLVM linker), but now patch #2 is an improvement of the build
system, thus allowing to create a multiboot2 capable ELF binary
requiring just a compiler that supports the MS ABI. Previously in order
to build a multiboot2 capable ELF binary linker PE support was also
required.

Thanks, Roger.

Roger Pau Monne (2):
  x86/efi: move the logic to detect PE build support
  x86/efi: split compiler vs linker support

 .gitignore                |  1 -
 xen/arch/x86/Makefile     | 12 ++++++++++--
 xen/arch/x86/efi/Makefile | 11 +++--------
 xen/arch/x86/xen.lds.S    |  4 +++-
 4 files changed, 16 insertions(+), 12 deletions(-)

-- 
2.17.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to