summaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools/gdb/gdb.inc
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-12-02 04:32:53 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-01-14 11:21:53 -0800
commitb37226b7bc52e138adcbce1b0c36d8e500293ba3 (patch)
tree36b7d9b911183ef6f43223f1468ca8faf0a32f23 /meta-microblaze/recipes-devtools/gdb/gdb.inc
parent1314f2e725a27c598f29a01f40834b47ff017a04 (diff)
downloadmeta-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.inc14
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 @@
1require gdb-common.inc
2
3inherit gettext
4
5#LDFLAGS:append = " -s"
6#export CFLAGS:append=" -L${STAGING_LIBDIR}"
7
8# cross-canadian must not see this
9PACKAGES =+ "gdbserver"
10FILES:gdbserver = "${bindir}/gdbserver"
11
12ALLOW_EMPTY:gdbserver:riscv64 = "1"
13ALLOW_EMPTY:gdbserver:riscv32 = "1"
14