From aecf192d6cad9cb1057527c4938f547c8970b17b Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 15 Jan 2010 01:59:03 +0100 Subject: [PATCH] projects/*/options: - remove Options for TARGET_ARCH, this will be automated set or set by shell Variable --- projects/ION/options | 3 --- projects/generic/options | 3 --- projects/intel/options | 3 --- 3 files changed, 9 deletions(-) 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