blob: 572195611e110ed3e1893a613b3b0ae39cc3b7c1 [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001From 2a53c03ffa90f0050a949fc5920f0df3e668ff42 Mon Sep 17 00:00:00 2001
Brad Bishopd7bf8c12018-02-25 22:55:05 -05002From: Hongxu Jia <hongxu.jia@windriver.com>
3Date: Wed, 16 Aug 2017 14:45:27 +0800
4Subject: [PATCH 2/2] configure: reproducible
5
6"configure" enforces -U for ar flags, breaking deterministic builds.
7The flag was added to fix some vaguely specified "recent POSIX binutil
8build problems" in 2015.
9
10Upstream-Status: Pending
11Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
12
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080013Rebase to 6.1
Brad Bishopd7bf8c12018-02-25 22:55:05 -050014
15Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
16---
17 configure | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20diff --git a/configure b/configure
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080021index adead92..fa4fdb7 100755
Brad Bishopd7bf8c12018-02-25 22:55:05 -050022--- a/configure
23+++ b/configure
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080024@@ -4503,7 +4503,7 @@ if test "${cf_cv_ar_flags+set}" = set; then
Brad Bishopd7bf8c12018-02-25 22:55:05 -050025 else
26
27 cf_cv_ar_flags=unknown
28- for cf_ar_flags in -curvU -curv curv -crv crv -cqv cqv -rv rv
29+ for cf_ar_flags in -curv curv -crv crv -cqv cqv -rv rv
30 do
31
32 # check if $ARFLAGS already contains this choice
33--
341.8.3.1
35