diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-11-08 17:12:29 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-15 15:19:53 +0000 |
commit | 9911e1e1d92a232806d4a61a85515bf26bba570f (patch) | |
tree | 0dce70a4a9d3cd30cbceaeb4739d859eab9a61db /meta/recipes-devtools/gdb/gdb-common.inc | |
parent | b1d8d057f422389bed090c2cb1ce1db53d2a31c3 (diff) | |
download | poky-9911e1e1d92a232806d4a61a85515bf26bba570f.tar.gz |
gdb: Reduce duplication in MIPS variants.
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES
variable is defined
(From OE-Core rev: 82c73101d9788c561ff9c69914b46ca8355d28fe)
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gdb/gdb-common.inc')
-rw-r--r-- | meta/recipes-devtools/gdb/gdb-common.inc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index 33a5ce983b..5b8087c3ba 100644 --- a/meta/recipes-devtools/gdb/gdb-common.inc +++ b/meta/recipes-devtools/gdb/gdb-common.inc | |||
@@ -6,12 +6,7 @@ DEPENDS = "expat zlib ncurses virtual/libiconv ${LTTNGUST}" | |||
6 | LTTNGUST = "lttng-ust" | 6 | LTTNGUST = "lttng-ust" |
7 | LTTNGUST_aarch64 = "" | 7 | LTTNGUST_aarch64 = "" |
8 | LTTNGUST_libc-uclibc = "" | 8 | LTTNGUST_libc-uclibc = "" |
9 | LTTNGUST_mips = "" | 9 | LTTNGUST_mipsarch = "" |
10 | LTTNGUST_mipsel = "" | ||
11 | LTTNGUST_mips64 = "" | ||
12 | LTTNGUST_mips64el = "" | ||
13 | LTTNGUST_mips64n32 = "" | ||
14 | LTTNGUST_mips64eln32 = "" | ||
15 | LTTNGUST_sh4 = "" | 10 | LTTNGUST_sh4 = "" |
16 | LTTNGUST_libc-musl = "" | 11 | LTTNGUST_libc-musl = "" |
17 | 12 | ||