aboutsummaryrefslogtreecommitdiff
path: root/config/debug/ltrace.in
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2022-02-14 00:11:42 -0800
committerGitHub <noreply@github.com>2022-02-14 00:11:42 -0800
commit681aaef1f1ff39c341fdc529e0db2c14639a58d8 (patch)
treece98c2b3d9648db065d27add325370392a35d584 /config/debug/ltrace.in
parentba680a3e5b8c62a7c1554e71f6d09903dac95a2f (diff)
parent86c2982568de1ad4d4cc12a65b19231331484405 (diff)
downloadcrosstool-ng-681aaef1f1ff39c341fdc529e0db2c14639a58d8.tar.gz
crosstool-ng-681aaef1f1ff39c341fdc529e0db2c14639a58d8.tar.bz2
crosstool-ng-681aaef1f1ff39c341fdc529e0db2c14639a58d8.zip
Merge pull request #1674 from stilor/master
Updates to make `ct-ng build-all` pass
Diffstat (limited to 'config/debug/ltrace.in')
-rw-r--r--config/debug/ltrace.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in
index 1cdd1574..75bdf4f5 100644
--- a/config/debug/ltrace.in
+++ b/config/debug/ltrace.in
@@ -7,10 +7,3 @@
## help It intercepts and records the dynamic library calls which are called by
## help the executed process and the signals which are received by that process.
## help It can also intercept and print the system calls executed by the program.
-
-# Ltrace 0.5.3 had a unique hand-crafted configure script that has to be
-# run differently from any preceding or following releases. This serves
-# as a reminder to remove that code once 0.5.3 support is dropped.
-config LTRACE_0_5_3_CONFIGURE
- bool
- default y if LTRACE_V_0_5_3