aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/patches/100-fix-elf-support-check.patch
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/gdb/patches/100-fix-elf-support-check.patch')
-rw-r--r--toolchain/gdb/patches/100-fix-elf-support-check.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/toolchain/gdb/patches/100-fix-elf-support-check.patch b/toolchain/gdb/patches/100-fix-elf-support-check.patch
deleted file mode 100644
index fe612c38db..0000000000
--- a/toolchain/gdb/patches/100-fix-elf-support-check.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/gdb/configure
-+++ b/gdb/configure
-@@ -16818,6 +16818,7 @@ else
- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
- /* end confdefs.h. */
- #include <stdlib.h>
-+#include <string.h>
- #include "bfd.h"
- #include "elf-bfd.h"
-
---- a/gdb/acinclude.m4
-+++ b/gdb/acinclude.m4
-@@ -362,6 +362,7 @@ AC_DEFUN([GDB_AC_CHECK_BFD], [
- AC_CACHE_CHECK([$1], [$2],
- [AC_TRY_LINK(
- [#include <stdlib.h>
-+ #include <string.h>
- #include "bfd.h"
- #include "$4"
- ],