diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2021-10-31 17:37:59 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-11-03 23:52:08 +0100 |
commit | 2fea0e5cb0957ab25627b181a70775ca5e52a2d5 (patch) | |
tree | 56f0196d41aa7317aae682d769e90e95d2c885ab /toolchain/gdb/patches | |
parent | ae7c2bb61b94681171e1c7dff403a349033fa9f0 (diff) | |
download | openwrt-2fea0e5cb0957ab25627b181a70775ca5e52a2d5.tar.gz openwrt-2fea0e5cb0957ab25627b181a70775ca5e52a2d5.tar.bz2 openwrt-2fea0e5cb0957ab25627b181a70775ca5e52a2d5.zip |
toolchain: gdb: Update to version 11.1
The removed patch was already applied upstream.
gdb now mandatory depends on gmp, tell configure where to find it
explicitly. We already build gmp in the tools directory for gcc. Also
make it use mpfr and mpc as we also build both of them.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'toolchain/gdb/patches')
-rw-r--r-- | toolchain/gdb/patches/100-fix-elf-support-check.patch | 20 |
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" - ], |