diff options
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb.inc')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb.inc | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc new file mode 100644 index 0000000000..0ddd90b191 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb.inc | |||
@@ -0,0 +1,12 @@ | |||
1 | require gdb-common.inc | ||
2 | |||
3 | inherit gettext | ||
4 | |||
5 | SRC_URI += "file://kill_arm_map_symbols.patch \ | ||
6 | file://gdbserver-cflags-last.diff;striplevel=0 " | ||
7 | #LDFLAGS_append = " -s" | ||
8 | #export CFLAGS_append=" -L${STAGING_LIBDIR}" | ||
9 | |||
10 | # cross-canadian must not see this | ||
11 | PACKAGES =+ "gdbserver" | ||
12 | FILES_gdbserver = "${bindir}/gdbserver" | ||