aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb.inc
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2014-09-09 11:59:38 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-09-10 11:31:58 +0100
commitdd776e2aacb4e75f2195b8943a9594131592a0da (patch)
tree4c5872e81c69e3563c6415776b35afce2ec4c4b0 /meta/recipes-devtools/gdb/gdb.inc
parentb4367af770611174d9de82c63c697d4347e30dcf (diff)
downloadopenembedded-core-dd776e2aacb4e75f2195b8943a9594131592a0da.tar.gz
gdb: allow compilation for __aarch64__
asm/ptrace.h must be included in two files. Signed-off-by: Joe Slater <jslater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb.inc')
-rw-r--r--meta/recipes-devtools/gdb/gdb.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc
index 3321a244e8..7b3e59af62 100644
--- a/meta/recipes-devtools/gdb/gdb.inc
+++ b/meta/recipes-devtools/gdb/gdb.inc
@@ -5,6 +5,7 @@ inherit gettext
SRC_URI += "file://kill_arm_map_symbols.patch \
file://gdbserver-cflags-last.diff;striplevel=0 \
file://renesas-sh-native-support.patch \
+ file://include_asm_ptrace.patch \
"
#LDFLAGS_append = " -s"
#export CFLAGS_append=" -L${STAGING_LIBDIR}"