tcmode: default to gdb, not gdbserver-external

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2018-03-14 22:41:52 +05:00
parent fd7916fa83
commit 340868ceda

View File

@@ -16,7 +16,7 @@ PREFERRED_PROVIDER_glibc ?= "glibc-external"
PREFERRED_PROVIDER_virtual/libc ?= "glibc-external"
PREFERRED_PROVIDER_virtual/libintl ?= "glibc-external"
PREFERRED_PROVIDER_virtual/libiconv ?= "glibc-external"
PREFERRED_PROVIDER_gdbserver ??= "gdbserver-external"
PREFERRED_PROVIDER_gdbserver ??= "gdb"
PREFERRED_PROVIDER_oprofile ??= "oprofile"
# This is defined in default-providers.inc, which is parsed before the tcmode,