# Source: Internal
# Info: Written internally so this component can be built on Solaris.
# Status: This patch is offered at https://sourceforge.net/p/gnu-efi/patches/37/
--- ORIGINAL/gnuefi/elf_x86_64_efi.lds 2016-04-15 14:10:55.424975294 -0700
+++ gnu-efi-3.0/gnuefi/elf_x86_64_efi.lds 2016-04-15 14:15:57.855240635 -0700
@@ -1,5 +1,5 @@
/* Same as elf_x86_64_fbsd_efi.lds, except for OUTPUT_FORMAT below - KEEP IN SYNC */
-OUTPUT_FORMAT("elf64-x86-64", "elf64-x86-64", "elf64-x86-64")
+OUTPUT_FORMAT("elf64-x86-64-sol2", "elf64-x86-64-sol2", "elf64-x86-64-sol2")
OUTPUT_ARCH(i386:x86-64)
ENTRY(_start)
SECTIONS