mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/ION/options:
- update cpu list for gcc-4.5 - set TARGET_CPU to atom
This commit is contained in:
parent
c217b2d084
commit
5e719021c8
@ -27,20 +27,20 @@
|
||||
# (AMD CPUs) k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3
|
||||
# athlon-fx athlon-mp athlon-xp athlon-4
|
||||
# athlon-tbird athlon k6-3 k6-2 k6 geode
|
||||
# (Intel CPUs) core2 nocona prescott pentium4[m] pentium3[m] pentium-m
|
||||
# pentium2 pentiumpro pentium-mmx pentium
|
||||
# (Intel CPUs) atom core2 nocona prescott pentium4[m] pentium3[m]
|
||||
# pentium-m pentium2 pentiumpro pentium-mmx pentium
|
||||
# i686 i586 i486 i386
|
||||
# (VIA CPUs) c3 c3-2
|
||||
#
|
||||
#TARGET_CPU="i686"
|
||||
TARGET_CPU="atom"
|
||||
;;
|
||||
|
||||
x86_64)
|
||||
# (AMD CPUs) k8 k8-sse3 opteron opteron-sse3 athlon64 athlon64-sse3
|
||||
# athlon-fx amdfam10 barcelona
|
||||
# (Intel CPUs) core2 nocona
|
||||
# (Intel CPUs) atom core2 nocona
|
||||
#
|
||||
#TARGET_CPU="generic"
|
||||
TARGET_CPU="atom"
|
||||
;;
|
||||
esac
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
OPTIMIZATIONS="speed"
|
||||
|
||||
# Project CFLAGS
|
||||
PROJECT_CFLAGS="-mmmx -msse -msse2 -msse3 -mssse3 -mfpmath=sse"
|
||||
PROJECT_CFLAGS=""
|
||||
|
||||
# Timezone to use (empty disables timezone support)
|
||||
# use a TZ environment string
|
||||
|
Loading…
x
Reference in New Issue
Block a user