diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-12-02 04:32:53 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-01-14 11:21:53 -0800 |
| commit | b37226b7bc52e138adcbce1b0c36d8e500293ba3 (patch) | |
| tree | 36b7d9b911183ef6f43223f1468ca8faf0a32f23 /meta-microblaze/recipes-devtools/gdb/gdb.inc | |
| parent | 1314f2e725a27c598f29a01f40834b47ff017a04 (diff) | |
| download | meta-xilinx-b37226b7bc52e138adcbce1b0c36d8e500293ba3.tar.gz | |
gdb: Upgrade to the honister version
Move from pinned gdb version 9.2 to the honister version.
Note: gdb/gdbserver for the target is known to not work yet.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-microblaze/recipes-devtools/gdb/gdb.inc')
| -rw-r--r-- | meta-microblaze/recipes-devtools/gdb/gdb.inc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-microblaze/recipes-devtools/gdb/gdb.inc b/meta-microblaze/recipes-devtools/gdb/gdb.inc deleted file mode 100644 index 49870fbd..00000000 --- a/meta-microblaze/recipes-devtools/gdb/gdb.inc +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | require gdb-common.inc | ||
| 2 | |||
| 3 | inherit gettext | ||
| 4 | |||
| 5 | #LDFLAGS:append = " -s" | ||
| 6 | #export CFLAGS:append=" -L${STAGING_LIBDIR}" | ||
| 7 | |||
| 8 | # cross-canadian must not see this | ||
| 9 | PACKAGES =+ "gdbserver" | ||
| 10 | FILES:gdbserver = "${bindir}/gdbserver" | ||
| 11 | |||
| 12 | ALLOW_EMPTY:gdbserver:riscv64 = "1" | ||
| 13 | ALLOW_EMPTY:gdbserver:riscv32 = "1" | ||
| 14 | |||
