From 179ce37e7786edf78ff71d441a74d30242ba68cf Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 28 Apr 2013 20:02:10 +0300 Subject: [PATCH] projects/Virtual: x86_64: set target cpu to 'x86-64' --- projects/Virtual/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Virtual/options b/projects/Virtual/options index 7a2fa232e2..9c9aec3e1f 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -43,7 +43,7 @@ # athlon-fx amdfam10 barcelona # (Intel CPUs) atom core2 nocona # - TARGET_CPU="nocona" + TARGET_CPU="x86-64" ;; arm)