mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 10:46:26 +00:00
Add strace 4.16
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
5ea3f2967f
commit
4d17f393bd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user