From 392955a293573451baf3a9294139d0558b08ca2e Mon Sep 17 00:00:00 2001 From: Norbert Lange Date: Fri, 28 Jan 2022 11:33:27 +0100 Subject: Fix deterministic binutils option Versions before 2.26 got removed in fa992b41, together with CT_BINUTILS_2_23_or_later. Remove reference to this variable Signed-off-by: Norbert Lange --- config/binutils/binutils.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index e6371f29..286ed4b5 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -140,8 +140,8 @@ config BINUTILS_RELRO config BINUTILS_DETERMINISTIC_ARCHIVES bool - prompt "Enable deterministic archives by default" if BINUTILS_2_23_or_later - default y if BINUTILS_2_23_or_later + prompt "Enable deterministic archives by default" + default y help Setting this option will enable deterministic mode by default (-D). ar and ranlib will use zero for UIDs, GIDs, -- cgit v1.2.3