mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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
|
# i686 i586 i486 i386
|
||||||
# (VIA CPUs) c3 c3-2
|
# (VIA CPUs) c3 c3-2
|
||||||
#
|
#
|
||||||
#TARGET_CPU="i686"
|
TARGET_CPU="i686"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
x86_64)
|
x86_64)
|
||||||
@ -40,7 +40,7 @@
|
|||||||
# athlon-fx amdfam10 barcelona
|
# athlon-fx amdfam10 barcelona
|
||||||
# (Intel CPUs) atom core2 nocona
|
# (Intel CPUs) atom core2 nocona
|
||||||
#
|
#
|
||||||
#TARGET_CPU="generic"
|
TARGET_CPU="i686"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user