diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-17 10:42:31 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-17 10:42:31 -0800 |
commit | eb8c9024b4fe51925aff3d8d158188a97034a445 (patch) | |
tree | 40fd555a6ccfca5b6c6b39af61248e6a0be6e452 /config/debug | |
parent | 16b1bdb89410b67bcf85f67caee13682025cdde9 (diff) | |
parent | 4d17f393bdecbef632f4f6e2aa6ec44951c5a4c4 (diff) | |
download | crosstool-ng-eb8c9024b4fe51925aff3d8d158188a97034a445.tar.gz crosstool-ng-eb8c9024b4fe51925aff3d8d158188a97034a445.tar.bz2 crosstool-ng-eb8c9024b4fe51925aff3d8d158188a97034a445.zip |
Merge pull request #604 from stilor/strace-4.16
Strace 4.16
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/strace.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/debug/strace.in b/config/debug/strace.in index 48eab0e8..ca48451c 100644 --- a/config/debug/strace.in +++ b/config/debug/strace.in @@ -8,6 +8,11 @@ choice # Don't remove next line # CT_INSERT_VERSION_BELOW +config STRACE_V_4_16 + bool + prompt "4.16" + depends on CONFIGURE_has_xz + config STRACE_V_4_15 bool prompt "4.15" @@ -88,6 +93,7 @@ config STRACE_VERSION string # Don't remove next line # CT_INSERT_VERSION_STRING_BELOW + default "4.16" if STRACE_V_4_16 default "4.15" if STRACE_V_4_15 default "4.14" if STRACE_V_4_14 default "4.13" if STRACE_V_4_13 |