From f84af161775b96a4efec410d1cf43303cd25b1ee Mon Sep 17 00:00:00 2001 From: John Hodge Date: Sat, 17 Dec 2016 18:55:12 +0800 Subject: Main - Set arch to x86_64 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 4d8c0b0a..affd981f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -168,7 +168,7 @@ int main(int argc, char *argv[]) Cfg_SetValue("target_os", "linux"); Cfg_SetValue("target_pointer_width", "64"); Cfg_SetValue("target_endian", "little"); - Cfg_SetValue("target_arch", "x86"); + Cfg_SetValue("target_arch", "x86_64"); Cfg_SetValue("target_env", "gnu"); Cfg_SetValueCb("target_has_atomic", [](const ::std::string& s) { if(s == "8") return true; // Has an atomic byte -- cgit v1.2.3