mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
projects/*/options:
- remove Options for TARGET_ARCH, this will be automated set or set by shell Variable
This commit is contained in:
parent
16975cb2cb
commit
aecf192d6c
@ -8,9 +8,6 @@
|
|||||||
# Root password to integrate in the target system
|
# Root password to integrate in the target system
|
||||||
ROOT_PASSWORD="openelec"
|
ROOT_PASSWORD="openelec"
|
||||||
|
|
||||||
# Target system we want to cross compile for (i386/x86_64/powerpc)
|
|
||||||
TARGET_ARCH="i386"
|
|
||||||
|
|
||||||
# The TARGET_CPU variable controls which processor should be targeted for
|
# The TARGET_CPU variable controls which processor should be targeted for
|
||||||
# generated code.
|
# generated code.
|
||||||
case $TARGET_ARCH in
|
case $TARGET_ARCH in
|
||||||
|
@ -8,9 +8,6 @@
|
|||||||
# Root password to integrate in the target system
|
# Root password to integrate in the target system
|
||||||
ROOT_PASSWORD="openelec"
|
ROOT_PASSWORD="openelec"
|
||||||
|
|
||||||
# Target system we want to cross compile for (i386/x86_64/powerpc)
|
|
||||||
TARGET_ARCH="i386"
|
|
||||||
|
|
||||||
# The TARGET_CPU variable controls which processor should be targeted for
|
# The TARGET_CPU variable controls which processor should be targeted for
|
||||||
# generated code.
|
# generated code.
|
||||||
case $TARGET_ARCH in
|
case $TARGET_ARCH in
|
||||||
|
@ -8,9 +8,6 @@
|
|||||||
# Root password to integrate in the target system
|
# Root password to integrate in the target system
|
||||||
ROOT_PASSWORD="openelec"
|
ROOT_PASSWORD="openelec"
|
||||||
|
|
||||||
# Target system we want to cross compile for (i386/x86_64/powerpc)
|
|
||||||
TARGET_ARCH="i386"
|
|
||||||
|
|
||||||
# The TARGET_CPU variable controls which processor should be targeted for
|
# The TARGET_CPU variable controls which processor should be targeted for
|
||||||
# generated code.
|
# generated code.
|
||||||
case $TARGET_ARCH in
|
case $TARGET_ARCH in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user