Page MenuHomeFreeBSD

D49722.id153378.diff
No OneTemporary

D49722.id153378.diff

Index: stand/efi/Makefile.inc
===================================================================
--- stand/efi/Makefile.inc
+++ stand/efi/Makefile.inc
@@ -1,3 +1,5 @@
+.include <src.opts.mk>
+
# Options used when building app-specific efi components
# See conf/kern.mk for the correct set of these
CFLAGS+= -Wformat
@@ -26,7 +28,11 @@
.else
EFI_TARGET= binary
.endif
+.if ${MK_ELFTOOLCHAIN_BOOTSTRAP} != "no"
EFI_OBJCOPY?= elfcopy
+.else
+EFI_OBJCOPY?= ${OBJCOPY}
+.endif
# Arbitrarily set the PE/COFF header timestamps to 1 Jan 2024 00:00:00
# for build reproducibility.

File Metadata

Mime Type
text/plain
Expires
Thu, May 1, 8:18 AM (3 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17877507
Default Alt Text
D49722.id153378.diff (584 B)

Event Timeline