[Bug 276961] buildworld artifacts not reproducible between native and cross build

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 26 Jul 2024 09:28:30 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276961

--- Comment #14 from Dimitry Andric <dim@FreeBSD.org> ---
(In reply to Ed Maste from comment #11)
With MK_REPRODUCIBLE=yes, the only differences left are in softcore.c (but it's
just a comment, it doesn't influence the object file), and
toolchain-metadata.mk:

--- usr.cross/src/freebsd/src/i386.i386/stand/ficl/softcore.c   2024-07-25
23:31:51.712823000 +0200
+++ usr.native/src/freebsd/src/i386.i386/stand/ficl/softcore.c  2024-07-26
00:38:30.897665000 +0200
@@ -4,7 +4,7 @@
 ** Words from CORE set written in FICL
 ** Author: John Sadler (john_sadler@alum.mit.edu)
 ** Created: 27 December 1997
-** Last update: Thu Jul 25 23:31:51 CEST 2024
+** Last update: Fri Jul 26 00:38:30 CEST 2024
 *******************************************************************/
 /*
 ** DO NOT EDIT THIS FILE -- it is generated by softwords/softcore.awk
--- usr.cross/src/freebsd/src/i386.i386/toolchain-metadata.mk   2024-07-25
22:36:43.882535000 +0200
+++ usr.native/src/freebsd/src/i386.i386/toolchain-metadata.mk  2024-07-25
22:59:09.724274000 +0200
@@ -1,4 +1,4 @@
-.info Using cached toolchain metadata from build at freebsd14-amd64-dimtest on
Thu Jul 25 22:36:43 CEST 2024
+.info Using cached toolchain metadata from build at freebsd14-i386-dimtest on
Thu Jul 25 22:59:09 CEST 2024
 _LOADED_TOOLCHAIN_METADATA=t
 COMPILER_VERSION=180106
 X_COMPILER_VERSION=180106

-- 
You are receiving this mail because:
You are the assignee for the bug.