mirror of
https://git.yoctoproject.org/poky
synced 2026-02-27 20:09:41 +01:00
riscv64 already has gdbserver set as ALLOW_EMPTY, so let's set it for riscv32 as well. (From OE-Core rev: 21e748d620022a75c0c2d0ab4a763a5992e8f154) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
284 B
PHP
15 lines
284 B
PHP
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"
|
|
|