Author: cyrus Date: 2015-06-29 08:47:42 +0200 (Mon, 29 Jun 2015) New Revision: 46137
Modified: trunk/toolchain/binutils/Makefile Log: 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 <[email protected]> Modified: trunk/toolchain/binutils/Makefile =================================================================== --- trunk/toolchain/binutils/Makefile 2015-06-29 06:47:31 UTC (rev 46136) +++ trunk/toolchain/binutils/Makefile 2015-06-29 06:47:42 UTC (rev 46137) @@ -32,6 +32,7 @@ --host=$(GNU_HOST_NAME) \ --target=$(REAL_GNU_TARGET_NAME) \ --with-sysroot=$(TOOLCHAIN_DIR) \ + --enable-deterministic-archives \ --enable-plugins \ --disable-multilib \ --disable-werror \ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
