From 9caaed9141b25f841c15a440f0c9d2faf68d0dad Mon Sep 17 00:00:00 2001
From: Steven Barth <cyrus@openwrt.org>
Date: Mon, 29 Jun 2015 06:47:42 +0000
Subject: [PATCH] toolchain: binutils: enhance build reproducability

built toolchain utilities will always operate in deterministic mode:
https://sourceware.org/binutils/docs-2.25/binutils/ar-cmdline.html

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>

SVN-Revision: 46137
---
 toolchain/binutils/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile
index 9043db713f..02765126e9 100644
--- a/toolchain/binutils/Makefile
+++ b/toolchain/binutils/Makefile
@@ -32,6 +32,7 @@ BINUTILS_CONFIGURE:= \
 		--host=$(GNU_HOST_NAME) \
 		--target=$(REAL_GNU_TARGET_NAME) \
 		--with-sysroot=$(TOOLCHAIN_DIR) \
+		--enable-deterministic-archives \
 		--enable-plugins \
 		--disable-multilib \
 		--disable-werror \
-- 
GitLab