All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86/efi: Do not insert timestamps in efi files
@ 2018-10-24  8:03 Bernhard M. Wiedemann
  2018-10-24  8:16 ` Andrew Cooper
  0 siblings, 1 reply; 10+ messages in thread
From: Bernhard M. Wiedemann @ 2018-10-24  8:03 UTC (permalink / raw)
  To: xen-devel; +Cc: Bernhard M. Wiedemann

in order to make builds reproducible.
See https://reproducible-builds.org/ for why this is good.

Signed-off-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
---
 xen/arch/x86/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xen/arch/x86/Makefile b/xen/arch/x86/Makefile
index 162b0b94c0..052bdb1e25 100644
--- a/xen/arch/x86/Makefile
+++ b/xen/arch/x86/Makefile
@@ -158,6 +158,7 @@ note.o: $(TARGET)-syms
 
 EFI_LDFLAGS = $(patsubst -m%,-mi386pep,$(LDFLAGS)) --subsystem=10
 EFI_LDFLAGS += --image-base=$(1) --stack=0,0 --heap=0,0 --strip-debug
+EFI_LDFLAGS += --no-insert-timestamp
 EFI_LDFLAGS += --section-alignment=0x200000 --file-alignment=0x20
 EFI_LDFLAGS += --major-image-version=$(XEN_VERSION)
 EFI_LDFLAGS += --minor-image-version=$(XEN_SUBVERSION)
-- 
2.16.4


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

^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-10-26 11:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-24  8:03 [PATCH] x86/efi: Do not insert timestamps in efi files Bernhard M. Wiedemann
2018-10-24  8:16 ` Andrew Cooper
2018-10-24 12:49   ` Bernhard M. Wiedemann
2018-10-24 13:04     ` Wei Liu
2018-10-24 13:45     ` Bernhard M. Wiedemann
2018-10-25  8:02       ` Wei Liu
     [not found]       ` <108D0A7C020000E4CA4B4E14@prv1-mh.provo.novell.com>
     [not found]         ` <74F2501302000079CA4B4E14@prv1-mh.provo.novell.com>
2018-10-25 12:35           ` Jan Beulich
2018-10-25 14:00             ` Andrew Cooper
2018-10-25 14:08               ` Jan Beulich
2018-10-26 11:11                 ` Bernhard M. Wiedemann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.