mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/Fusion/options: build for 'btver1' arch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
a2303873be
commit
9ff4526f86
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user