This updates some of the development tools to their recent versions. Hauke Mehrtens (6): toolchain: gdb: Update to version 11.1 gdb: Update to version 11.1 valgrind: Update to version 3.18.1 valgrind: Activate also on MIPS 64 strace: Update to version 5.14 binutils: Update to version 2.37
package/devel/binutils/Makefile | 4 +- package/devel/gdb/Makefile | 6 +- .../devel/gdb/patches/110-shared_libgcc.patch | 12 +- .../devel/gdb/patches/130-gdb-ctrl-c.patch | 2 +- package/devel/strace/Makefile | 9 +- package/devel/strace/patches/010-m4.patch | 8 +- package/devel/valgrind/Makefile | 6 +- .../010-mips-Fix-new-syscall-numbers.patch | 131 ++++++++++++++++++ .../patches/130-mips_fix_soft_float.patch | 12 +- toolchain/gdb/Makefile | 7 +- .../patches/100-fix-elf-support-check.patch | 20 --- 11 files changed, 166 insertions(+), 51 deletions(-) create mode 100644 package/devel/valgrind/patches/010-mips-Fix-new-syscall-numbers.patch delete mode 100644 toolchain/gdb/patches/100-fix-elf-support-check.patch -- 2.30.2 _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
