diff options
author | Alexey Neyman <stilor@att.net> | 2017-05-14 18:46:34 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-05-14 18:49:56 -0700 |
commit | 97a20eed5c3cf3a2f7bb261705405b8b16c56b36 (patch) | |
tree | b2b8807fd6c7d0d700b3efd724fb308182001cb1 /config/debug/strace.in | |
parent | 24b3fca91064cd25953d06c8a240fbb9ccc21fc7 (diff) | |
download | crosstool-ng-97a20eed5c3cf3a2f7bb261705405b8b16c56b36.tar.gz crosstool-ng-97a20eed5c3cf3a2f7bb261705405b8b16c56b36.tar.bz2 crosstool-ng-97a20eed5c3cf3a2f7bb261705405b8b16c56b36.zip |
Disallow duma/ltrace/strace for bionic
Allow cross-gdb and gdbserver. This requires removal of an explicit
check that disables gdbserver on android. However, the comment above
that check refers to exec_elf.h, which has been removed since API level
19. It builds fine with current selection of the sample (21). Only
build-tested, hope someone can give it a try and report back.
We can fine tune the check for GDB but I'll leave it for now.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/debug/strace.in')
-rw-r--r-- | config/debug/strace.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/debug/strace.in b/config/debug/strace.in index 38dd96fd..e77702bf 100644 --- a/config/debug/strace.in +++ b/config/debug/strace.in @@ -1,5 +1,7 @@ # strace +## depends on ! LIBC_bionic + choice bool prompt "strace version" |