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