diff options
author | Chris Packham <judge.packham@gmail.com> | 2022-05-08 14:01:38 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-05-10 19:46:53 +1200 |
commit | 53bbdc74252f68a3800d222dddee69e63b617bf9 (patch) | |
tree | 0f7e9646702890994c4273c5b5a7761e01410063 /config/debug | |
parent | e8c4d97683a842064357ed20328e8a5693f28e22 (diff) | |
download | crosstool-ng-53bbdc74252f68a3800d222dddee69e63b617bf9.tar.gz crosstool-ng-53bbdc74252f68a3800d222dddee69e63b617bf9.tar.bz2 crosstool-ng-53bbdc74252f68a3800d222dddee69e63b617bf9.zip |
Remove obsolete bionic/android support
The bionic libc support was out of date and relied on downloading
binaries from the internet. It was already marked as obsolete. Now that
the 1.25.0 release is out it can be completely removed.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/duma.in | 1 | ||||
-rw-r--r-- | config/debug/gdb.in.native | 1 | ||||
-rw-r--r-- | config/debug/ltrace.in | 1 | ||||
-rw-r--r-- | config/debug/strace.in | 2 |
4 files changed, 0 insertions, 5 deletions
diff --git a/config/debug/duma.in b/config/debug/duma.in index bc69e17f..946ddb16 100644 --- a/config/debug/duma.in +++ b/config/debug/duma.in @@ -1,7 +1,6 @@ # D.U.M.A. - Detect Unintended Memory Access - Memory checker ## depends on ! BARE_METAL -## depends on ! LIBC_BIONIC ## help D.U.M.A. - Detect Unintended Memory Access ## help A memory bound checker, with additional features. diff --git a/config/debug/gdb.in.native b/config/debug/gdb.in.native index fc79084d..99057af0 100644 --- a/config/debug/gdb.in.native +++ b/config/debug/gdb.in.native @@ -4,7 +4,6 @@ config GDB_NATIVE bool prompt "Native gdb" depends on ! BARE_METAL - depends on ! LIBC_BIONIC depends on CC_LANG_CXX || !GDB_8_0_or_later select LIBC_UCLIBC_WCHAR if LIBC_UCLIBC_NG && GDB_8_0_or_later select LIBC_UCLIBC_IPV6 if LIBC_UCLIBC_NG && GDB_8_3_or_later diff --git a/config/debug/ltrace.in b/config/debug/ltrace.in index 75bdf4f5..61f5531d 100644 --- a/config/debug/ltrace.in +++ b/config/debug/ltrace.in @@ -1,7 +1,6 @@ # ltrace ## select LIBELF_TARGET -## depends on ! LIBC_BIONIC ## ## help ltrace is a program that simply runs the specified command until it exits. ## help It intercepts and records the dynamic library calls which are called by diff --git a/config/debug/strace.in b/config/debug/strace.in index 6f335b2b..deb8562a 100644 --- a/config/debug/strace.in +++ b/config/debug/strace.in @@ -1,3 +1 @@ # strace - -## depends on ! LIBC_BIONIC |