diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-04-27 14:24:56 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-01 12:38:08 +0100 |
commit | 339154100f5c26dea0a98cd1508d9533aaecc7e4 (patch) | |
tree | b7fe9d4ba814c2f16a90133e1c5d5357b41a7a9f /meta/recipes-devtools | |
parent | 551f5d19cdcef9e7e90f5990a84eef4123150490 (diff) | |
download | poky-339154100f5c26dea0a98cd1508d9533aaecc7e4.tar.gz |
gdb: Dont need lttng-ust for SH4
(From OE-Core rev: ad9e844e5349a5bbea1ce60b75e5b1e55db9039e)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 5dd4f74cad..b520353721 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -10,6 +10,7 @@ LTTNGUST_mips = "" | |||
10 | LTTNGUST_mipsel = "" | 10 | LTTNGUST_mipsel = "" |
11 | LTTNGUST_mips64 = "" | 11 | LTTNGUST_mips64 = "" |
12 | LTTNGUST_mips64el = "" | 12 | LTTNGUST_mips64el = "" |
13 | LTTNGUST_sh4 = "" | ||
13 | 14 | ||
14 | INC_PR = "r8" | 15 | INC_PR = "r8" |
15 | 16 | ||