diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-03-23 06:51:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-28 15:55:50 +0100 |
commit | 7c5343abf0cbfa3b18b9142c0755264160d120c1 (patch) | |
tree | 96b7ed010b334ec92eb4fc89c8cb7c171844fabf /meta/recipes-devtools/gdb/gdb.inc | |
parent | 856be1f45a18a941c4e4729987e7be353fcbe7f7 (diff) | |
download | poky-7c5343abf0cbfa3b18b9142c0755264160d120c1.tar.gz |
gdb: Fix build on mips64/musl
Define _ABIO32 if not already defined
heps in fixing gdb for mips64
(From OE-Core rev: 512d976585086028f22ea88218a2bbf900062588)
Signed-off-by: Khem Raj <raj.khem@gmail.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.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb.inc b/meta/recipes-devtools/gdb/gdb.inc index 507f274fd8..d9c864dcab 100644 --- a/meta/recipes-devtools/gdb/gdb.inc +++ b/meta/recipes-devtools/gdb/gdb.inc | |||
@@ -8,6 +8,7 @@ SRC_URI += "file://0002-Change-order-of-CFLAGS.patch \ | |||
8 | file://0001-include-sys-types.h-for-mode_t.patch \ | 8 | file://0001-include-sys-types.h-for-mode_t.patch \ |
9 | file://0001-use-asm-sgidefs.h.patch \ | 9 | file://0001-use-asm-sgidefs.h.patch \ |
10 | file://force-readline-static.patch \ | 10 | file://force-readline-static.patch \ |
11 | file://0001-mips-linux-nat-Define-_ABIO32-if-not-defined.patch \ | ||
11 | " | 12 | " |
12 | #LDFLAGS_append = " -s" | 13 | #LDFLAGS_append = " -s" |
13 | #export CFLAGS_append=" -L${STAGING_LIBDIR}" | 14 | #export CFLAGS_append=" -L${STAGING_LIBDIR}" |