From: Steven Barth Date: Mon, 29 Jun 2015 06:47:42 +0000 (+0000) Subject: toolchain: binutils: enhance build reproducability X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9caaed9141b25f841c15a440f0c9d2faf68d0dad;p=openwrt%2Fstaging%2Frmilecki.git 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 SVN-Revision: 46137 --- diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 9043db713f4..02765126e92 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 \