aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gdb/gdb.inc
diff options
context:
space:
mode:
authorYuanjie Huang <yuanjie.huang@windriver.com>2015-07-08 11:15:11 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-08 13:13:37 +0100
commitc82557d2bf8c3d8081754561df46cba530103164 (patch)
treee3c6bcc706992f7a0beeea08af8c0b2eb1c15376 /meta/recipes-devtools/gdb/gdb.inc
parent5fc580fc444e45d00de0e50d32b6e6e0b2e6b7ea (diff)
downloadopenembedded-core-c82557d2bf8c3d8081754561df46cba530103164.tar.gz
gdb: Fix detection of 64-bit PPC inferior in gdbserver
Fix 64-bit detection according to PowerISA Boot III-S. https://sourceware.org/ml/gdb-patches/2014-12/msg00239.html Written by: Yao Qi <yao@codesourcery.com> Signed-off-by: Yuanjie Huang <yuanjie.huang@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 5466a7dff8..88c0213b44 100644
--- a/meta/recipes-devtools/gdb/gdb.inc
+++ b/meta/recipes-devtools/gdb/gdb.inc
@@ -4,6 +4,7 @@ inherit gettext
SRC_URI += "file://0002-Change-order-of-CFLAGS.patch \
file://0003-Add-support-for-Renesas-SH-sh4-architecture.patch \
+ file://fix-detection-of-64-bit-PPC-inferior-in-gdbserver.patch \
"
#LDFLAGS_append = " -s"
#export CFLAGS_append=" -L${STAGING_LIBDIR}"