]> code.ossystems Code Review - openembedded-core.git/commit
gdb: Update to 10.x release
authorKhem Raj <raj.khem@gmail.com>
Sat, 31 Oct 2020 05:20:58 +0000 (22:20 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 2 Nov 2020 11:35:06 +0000 (11:35 +0000)
commit8fb5fe5a82d173428d96ab43bab25b89ac6f25ea
tree3bcf46cb12c935fab441061d6d2319968945c519
parent0b45dc1d611a7c96b528a5c62a2f18a00651d121
gdb: Update to 10.x release

here is full announcement [1]

Do not add --disable-static, without adding --enable-shared
because certain libraries e.g. libctf expects the default
to be static which is only disabled if --enable-shared is specified

Do not limit make subdirs, this is only needed when building in a
unified tree, here builds are happening from a release tarball so it is
redundant

[1] https://www.gnu.org/software/gdb/download/ANNOUNCEMENT

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
17 files changed:
meta/conf/distro/include/tcmode-default.inc
meta/recipes-devtools/gdb/gdb-10.1.inc [moved from meta/recipes-devtools/gdb/gdb-9.2.inc with 88% similarity]
meta/recipes-devtools/gdb/gdb-common.inc
meta/recipes-devtools/gdb/gdb-cross-canadian_10.1.bb [moved from meta/recipes-devtools/gdb/gdb-cross-canadian_9.2.bb with 100% similarity]
meta/recipes-devtools/gdb/gdb-cross_10.1.bb [moved from meta/recipes-devtools/gdb/gdb-cross_9.2.bb with 100% similarity]
meta/recipes-devtools/gdb/gdb/0001-make-man-install-relative-to-DESTDIR.patch
meta/recipes-devtools/gdb/gdb/0002-mips-linux-nat-Define-_ABIO32-if-not-defined.patch
meta/recipes-devtools/gdb/gdb/0003-ppc-ptrace-Define-pt_regs-uapi_pt_regs-on-GLIBC-syst.patch
meta/recipes-devtools/gdb/gdb/0004-Add-support-for-Renesas-SH-sh4-architecture.patch
meta/recipes-devtools/gdb/gdb/0005-Dont-disable-libreadline.a-when-using-disable-static.patch
meta/recipes-devtools/gdb/gdb/0006-use-asm-sgidefs.h.patch
meta/recipes-devtools/gdb/gdb/0007-Use-exorted-definitions-of-SIGRTMIN.patch
meta/recipes-devtools/gdb/gdb/0008-Change-order-of-CFLAGS.patch
meta/recipes-devtools/gdb/gdb/0009-resolve-restrict-keyword-conflict.patch
meta/recipes-devtools/gdb/gdb/0010-Fix-invalid-sigprocmask-call.patch
meta/recipes-devtools/gdb/gdb/0011-gdbserver-ctrl-c-handling.patch
meta/recipes-devtools/gdb/gdb_10.1.bb [moved from meta/recipes-devtools/gdb/gdb_9.2.bb with 100% similarity]