aboutsummaryrefslogtreecommitdiffstats
path: root/meta-microblaze/recipes-devtools/gdb/gdb.inc
blob: 249e24dc529ee9bfc255254622e73b7e7c0c8a57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require gdb-common.inc

inherit gettext

#LDFLAGS_append = " -s"
#export CFLAGS_append=" -L${STAGING_LIBDIR}"

# cross-canadian must not see this
PACKAGES =+ "gdbserver"
FILES_gdbserver = "${bindir}/gdbserver"

ALLOW_EMPTY_gdbserver_riscv64 = "1"
ALLOW_EMPTY_gdbserver_riscv32 = "1"