| Andrew Geissler | aaf90cd | 2021-02-12 15:29:51 -0600 | [diff] [blame] | 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 | |||||