From: Zubair Lutfullah Kakakhel Date: Tue, 8 Nov 2016 17:12:29 +0000 (+0000) Subject: gdb: Reduce duplication in MIPS variants. X-Git-Tag: uninative-1.5~1442 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=82c73101d9788c561ff9c69914b46ca8355d28fe;p=openembedded-core.git gdb: Reduce duplication in MIPS variants. Reduce duplication in MIPS variants now that the MACHINEOVERRIDES variable is defined Signed-off-by: Zubair Lutfullah Kakakhel Signed-off-by: Ross Burton --- 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}" LTTNGUST = "lttng-ust" LTTNGUST_aarch64 = "" LTTNGUST_libc-uclibc = "" -LTTNGUST_mips = "" -LTTNGUST_mipsel = "" -LTTNGUST_mips64 = "" -LTTNGUST_mips64el = "" -LTTNGUST_mips64n32 = "" -LTTNGUST_mips64eln32 = "" +LTTNGUST_mipsarch = "" LTTNGUST_sh4 = "" LTTNGUST_libc-musl = ""