diff options
author | Alexey Neyman <stilor@att.net> | 2017-02-27 22:55:57 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-02-27 22:55:57 -0800 |
commit | 439cab379e169f505494376f55f1438d12de94fa (patch) | |
tree | 61ea3d9d2ebc26870adc22b3e9756ab1cc13e801 /config/debug | |
parent | 1ec5e7aa3400b534264ba1c2fa3949dc6a2cca90 (diff) | |
download | crosstool-ng-439cab379e169f505494376f55f1438d12de94fa.tar.gz crosstool-ng-439cab379e169f505494376f55f1438d12de94fa.tar.bz2 crosstool-ng-439cab379e169f505494376f55f1438d12de94fa.zip |
Require xz to be present
Some software starts to adopt xz-only distribution (strace,
gcc-linaro, ...). Better that than deal with cryptic errors like
"cannot find strace-.tar.bz2".
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/strace.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/debug/strace.in b/config/debug/strace.in index ca48451c..4cf69801 100644 --- a/config/debug/strace.in +++ b/config/debug/strace.in @@ -11,66 +11,55 @@ choice config STRACE_V_4_16 bool prompt "4.16" - depends on CONFIGURE_has_xz config STRACE_V_4_15 bool prompt "4.15" - depends on CONFIGURE_has_xz config STRACE_V_4_14 bool prompt "4.14 (OBSOLETE)" depends on OBSOLETE - depends on CONFIGURE_has_xz config STRACE_V_4_13 bool prompt "4.13 (OBSOLETE)" depends on OBSOLETE - depends on CONFIGURE_has_xz config STRACE_V_4_12 bool prompt "4.12 (OBSOLETE)" depends on OBSOLETE - depends on CONFIGURE_has_xz config STRACE_V_4_11 bool prompt "4.11 (OBSOLETE)" depends on OBSOLETE - depends on CONFIGURE_has_xz config STRACE_V_4_10 bool prompt "4.10 (OBSOLETE)" depends on OBSOLETE - depends on CONFIGURE_has_xz config STRACE_V_4_9 bool prompt "4.9 (OBSOLETE)" depends on OBSOLETE - depends on CONFIGURE_has_xz config STRACE_V_4_8 bool prompt "4.8 (OBSOLETE)" depends on OBSOLETE - depends on CONFIGURE_has_xz config STRACE_V_4_7 bool prompt "4.7 (OBSOLETE)" depends on OBSOLETE - depends on CONFIGURE_has_xz config STRACE_V_4_6 bool prompt "4.6 (OBSOLETE)" depends on OBSOLETE - depends on CONFIGURE_has_xz config STRACE_V_4_5_20 bool |