diff options
author | Norbert Lange <nolange79@gmail.com> | 2019-10-10 18:56:22 +0200 |
---|---|---|
committer | Norbert Lange <nolange79@gmail.com> | 2019-10-10 21:39:29 +0200 |
commit | 7469bc8a7382ca0912d59840478b1584f873ac55 (patch) | |
tree | 19163f1093912de7b4c4c63763a8a82d4b9ba723 /config/binutils | |
parent | 3f461da11f1f8e9dcfdffef24e1982b5ffd10305 (diff) | |
download | crosstool-ng-7469bc8a7382ca0912d59840478b1584f873ac55.tar.gz crosstool-ng-7469bc8a7382ca0912d59840478b1584f873ac55.tar.bz2 crosstool-ng-7469bc8a7382ca0912d59840478b1584f873ac55.zip |
enable option for binutils deterministic-archives
Signed-off-by: Norbert Lange <nolange79@gmail.com>
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 928659af..a92dec98 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -156,6 +156,15 @@ config BINUTILS_RELRO Setting this option to 'M' configures binutils with their internal default for the selected architecture. +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 + help + Setting this option will enable deterministic mode by default (-D). + ar and ranlib will use zero for UIDs, GIDs, + timestamps, and use consistent file modes for all files. + config BINUTILS_EXTRA_CONFIG_ARRAY string prompt "binutils extra config" @@ -206,7 +215,7 @@ config ELF2FLT_EXTRA_CONFIG_ARRAY default "" help Extra flags passed onto ./configure when configuring - + You can enter multiple arguments here, and arguments can contain spaces if they are properly quoted (or escaped, but prefer quotes). Eg.: --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space |