diff --git a/projects/ION/options b/projects/ION/options index 0a6def1ef6..51b032a436 100644 --- a/projects/ION/options +++ b/projects/ION/options @@ -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 diff --git a/projects/generic/options b/projects/generic/options index f1c4d96a75..02cddba4a6 100644 --- a/projects/generic/options +++ b/projects/generic/options @@ -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 diff --git a/projects/intel/options b/projects/intel/options index 4b6751e2fc..1b165bb091 100644 --- a/projects/intel/options +++ b/projects/intel/options @@ -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