Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | require gdb-common.inc |
2 | |||||
3 | inherit gettext | ||||
4 | |||||
5 | SRC_URI += "file://0002-Change-order-of-CFLAGS.patch \ | ||||
6 | file://0003-Add-support-for-Renesas-SH-sh4-architecture.patch \ | ||||
7 | file://fix-detection-of-64-bit-PPC-inferior-in-gdbserver.patch \ | ||||
8 | " | ||||
9 | #LDFLAGS_append = " -s" | ||||
10 | #export CFLAGS_append=" -L${STAGING_LIBDIR}" | ||||
11 | |||||
12 | # cross-canadian must not see this | ||||
13 | PACKAGES =+ "gdbserver" | ||||
14 | FILES_gdbserver = "${bindir}/gdbserver" |