summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb.inc')
-rw-r--r--meta/recipes-devtools/gdb/gdb.inc12
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 @@
1require gdb-common.inc
2
3inherit gettext
4
5SRC_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
11PACKAGES =+ "gdbserver"
12FILES_gdbserver = "${bindir}/gdbserver"