mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +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
|
# i686 i586 i486 i386
|
||||||
# (VIA CPUs) c3 c3-2
|
# (VIA CPUs) c3 c3-2
|
||||||
#
|
#
|
||||||
TARGET_CPU="amdfam10"
|
TARGET_CPU="btver1"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
x86_64)
|
x86_64)
|
||||||
@ -47,7 +47,7 @@
|
|||||||
# athlon-fx amdfam10 barcelona
|
# athlon-fx amdfam10 barcelona
|
||||||
# (Intel CPUs) atom core2 nocona
|
# (Intel CPUs) atom core2 nocona
|
||||||
#
|
#
|
||||||
TARGET_CPU="amdfam10"
|
TARGET_CPU="btver1"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
arm)
|
arm)
|
||||||
@ -79,7 +79,7 @@
|
|||||||
OPTIMIZATIONS="speed"
|
OPTIMIZATIONS="speed"
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
PROJECT_CFLAGS="-mfpmath=sse -msse2" # -mssse3 removed for Llano compatibility
|
PROJECT_CFLAGS=""
|
||||||
|
|
||||||
# LTO (Link Time Optimization) support
|
# LTO (Link Time Optimization) support
|
||||||
LTO_SUPPORT="no"
|
LTO_SUPPORT="no"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user