From: Steven Barth Date: Mon, 29 Jun 2015 06:47:42 +0000 (+0000) Subject: toolchain: binutils: enhance build reproducability X-Git-Tag: reboot~2664 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=9caaed9141b25f841c15a440f0c9d2faf68d0dad;hp=a47a5dd28df93d81b9c2f51e7c1d5059e7b836ca 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 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 \