From 9ff4526f8658605abf6235ceca7a76d1644b2c99 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 8 Feb 2012 20:26:43 +0100 Subject: [PATCH] projects/Fusion/options: build for 'btver1' arch Signed-off-by: Stephan Raue --- projects/Fusion/options | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/Fusion/options b/projects/Fusion/options index edfc4f0b65..f110fc279d 100755 --- a/projects/Fusion/options +++ b/projects/Fusion/options @@ -39,7 +39,7 @@ # i686 i586 i486 i386 # (VIA CPUs) c3 c3-2 # - TARGET_CPU="amdfam10" + TARGET_CPU="btver1" ;; x86_64) @@ -47,7 +47,7 @@ # athlon-fx amdfam10 barcelona # (Intel CPUs) atom core2 nocona # - TARGET_CPU="amdfam10" + TARGET_CPU="btver1" ;; arm) @@ -79,7 +79,7 @@ OPTIMIZATIONS="speed" # Project CFLAGS - PROJECT_CFLAGS="-mfpmath=sse -msse2" # -mssse3 removed for Llano compatibility + PROJECT_CFLAGS="" # LTO (Link Time Optimization) support LTO_SUPPORT="no"