From 296b32bdae8327007068a79afe59a69f30f31123 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 28 Apr 2013 12:01:15 +0300 Subject: [PATCH] Virtual: adjust project options --- projects/Virtual/options | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/Virtual/options b/projects/Virtual/options index 85395e0d9e..7a2fa232e2 100755 --- a/projects/Virtual/options +++ b/projects/Virtual/options @@ -43,7 +43,7 @@ # athlon-fx amdfam10 barcelona # (Intel CPUs) atom core2 nocona # - TARGET_CPU="core2" + TARGET_CPU="nocona" ;; arm) @@ -75,7 +75,7 @@ OPTIMIZATIONS="size" # Project CFLAGS - PROJECT_CFLAGS="-mfpmath=sse -msse2 -mssse3" + PROJECT_CFLAGS="-mmmx -msse -msse2 -mfpmath=sse" # LTO (Link Time Optimization) support LTO_SUPPORT="yes"