From 0668d1e039d0f4178c766838ba4ec2c174aa776c Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Mon, 25 Oct 2010 20:08:15 +0000 Subject: Don't set the default architecture to x86_64. Leave it NULL so that it isn't set to anything and so that any single architecture binary will adopt that architecture instead of posting an error stating the binary doesn't contain "x86_64". llvm-svn: 117292 --- lldb/source/Target/Target.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb') diff --git a/lldb/source/Target/Target.cpp b/lldb/source/Target/Target.cpp index 943fda41143..488c6b82f20 100644 --- a/lldb/source/Target/Target.cpp +++ b/lldb/source/Target/Target.cpp @@ -1014,7 +1014,7 @@ SettingEntry Target::SettingsController::global_settings_table[] = { //{ "var-name", var-type , "default", enum-table, init'd, hidden, "help-text"}, - { "default-arch", eSetVarTypeString, "x86_64", NULL, false, false, "Default architecture to choose, when there's a choice." }, + { "default-arch", eSetVarTypeString, NULL, NULL, false, false, "Default architecture to choose, when there's a choice." }, { NULL, eSetVarTypeNone, NULL, NULL, 0, 0, NULL } }; -- cgit v1.2.3