mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
projects/generic/options:
- use i686 as target cpu type
This commit is contained in:
parent
7b8b9bfe9b
commit
d754b9cd0b
@ -32,7 +32,7 @@
|
||||
# i686 i586 i486 i386
|
||||
# (VIA CPUs) c3 c3-2
|
||||
#
|
||||
#TARGET_CPU="i686"
|
||||
TARGET_CPU="i686"
|
||||
;;
|
||||
|
||||
x86_64)
|
||||
@ -40,7 +40,7 @@
|
||||
# athlon-fx amdfam10 barcelona
|
||||
# (Intel CPUs) atom core2 nocona
|
||||
#
|
||||
#TARGET_CPU="generic"
|
||||
TARGET_CPU="i686"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user