freebsd-ports/sysutils/shim/files/patch-elf_x86_64_efi.lds
Vinícius Zavam a7552661bc sysutils/shim: update from 0.8 to 0.9
- adopt the port;
  - original version from PR 231029 was modified;
  - add compiler, and shebangfix to USES;
  - reorder variables in Makefile (silent portlint);
  - rework do-install.

PR:		231029
Reviewed by:	fernape, mat, tcberner, trasz
Approved by:	rene (mentor)
Differential Revision:	https://reviews.freebsd.org/D17019
2018-11-21 13:27:07 +00:00

10 lines
459 B
Text

--- elf_x86_64_efi.lds.orig 2015-06-30 18:20:12 UTC
+++ elf_x86_64_efi.lds
@@ -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")
+/* Same as elf_x86_64_efi.lds, except for OUTPUT_FORMAT below - KEEP IN SYNC */
+OUTPUT_FORMAT("elf64-x86-64-freebsd", "elf64-x86-64-freebsd", "elf64-x86-64-freebsd")
OUTPUT_ARCH(i386:x86-64)
ENTRY(_start)
SECTIONS