projects/Fusion/options: build for 'btver1' arch

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-02-08 20:26:43 +01:00
parent a2303873be
commit 9ff4526f86

View File

@ -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"