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 \ |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 7 | file://0001-Use-exported-definitions-of-SIGRTMIN.patch \ |
| 8 | file://0001-include-sys-types.h-for-mode_t.patch \ |
| 9 | file://0001-use-asm-sgidefs.h.patch \ |
| 10 | file://force-readline-static.patch \ |
| 11 | file://0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \ |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 12 | " |
| 13 | #LDFLAGS_append = " -s" |
| 14 | #export CFLAGS_append=" -L${STAGING_LIBDIR}" |
| 15 | |
| 16 | # cross-canadian must not see this |
| 17 | PACKAGES =+ "gdbserver" |
| 18 | FILES_gdbserver = "${bindir}/gdbserver" |