diff options
author | Norbert Lange <nolange79@gmail.com> | 2022-01-28 11:33:27 +0100 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-01-30 21:08:25 +1300 |
commit | 392955a293573451baf3a9294139d0558b08ca2e (patch) | |
tree | 9a96df444f51c996c3d76a03e0f7299f8ef29427 /config | |
parent | 6737cfaa8ce629a6d35a5b56777c606b2712b630 (diff) | |
download | crosstool-ng-392955a293573451baf3a9294139d0558b08ca2e.tar.gz crosstool-ng-392955a293573451baf3a9294139d0558b08ca2e.tar.bz2 crosstool-ng-392955a293573451baf3a9294139d0558b08ca2e.zip |
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 <nolange79@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/binutils/binutils.in | 4 |
1 files changed, 2 insertions, 2 deletions
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, |