We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d81d23 commit c370e11Copy full SHA for c370e11
make/devkit/Tools.gmk
@@ -445,6 +445,9 @@ endif
445
446
# Makefile creation. Simply run configure in build dir.
447
# Setting CFLAGS to -O2 generates a much faster ld.
448
+# Use --enable-deterministic-archives so that make targets that
449
+# generate "ar" archives, such as "static-libs-image", produce
450
+# deterministic .a files.
451
$(bfdmakes) \
452
$(BUILDDIR)/$(binutils_ver)/Makefile \
453
: $(BINUTILS_CFG)
@@ -459,6 +462,7 @@ $(BUILDDIR)/$(binutils_ver)/Makefile \
459
462
--with-sysroot=$(SYSROOT) \
460
463
--disable-nls \
461
464
--program-prefix=$(TARGET)- \
465
+ --enable-deterministic-archives \
466
--enable-multilib \
467
--enable-threads \
468
--enable-plugins \
0 commit comments