projects/*/options:

- remove Options for TARGET_ARCH, this will be automated set or set by shell Variable
This commit is contained in:
Stephan Raue 2010-01-15 01:59:03 +01:00
parent 16975cb2cb
commit aecf192d6c
3 changed files with 0 additions and 9 deletions

View File

@ -8,9 +8,6 @@
# Root password to integrate in the target system
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
# generated code.
case $TARGET_ARCH in

View File

@ -8,9 +8,6 @@
# Root password to integrate in the target system
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
# generated code.
case $TARGET_ARCH in

View File

@ -8,9 +8,6 @@
# Root password to integrate in the target system
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
# generated code.
case $TARGET_ARCH in