From e68d4180b36478cb7e089df26fbc4fc96a459e4b Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 6 Jun 2017 22:21:59 +0200 Subject: [PATCH] WIP #64: make gcc-armhf lazy-reproducible, properly compare symlinks --- binutils-armhf/APKBUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/binutils-armhf/APKBUILD b/binutils-armhf/APKBUILD index 0b445795d..4b703e74d 100644 --- a/binutils-armhf/APKBUILD +++ b/binutils-armhf/APKBUILD @@ -44,6 +44,7 @@ build() { --enable-ld=default \ --enable-gold=yes \ --enable-plugins \ + --enable-deterministic-archives \ --disable-multilib \ --disable-werror \ --disable-nls \