diff options
Diffstat (limited to 'build/arch-options')
-rw-r--r-- | build/arch-options/alpha | 21 | ||||
-rw-r--r-- | build/arch-options/amd64 | 2 | ||||
-rw-r--r-- | build/arch-options/armel | 2 | ||||
-rw-r--r-- | build/arch-options/hppa | 2 | ||||
-rw-r--r-- | build/arch-options/i386 | 2 | ||||
-rw-r--r-- | build/arch-options/ia64 | 2 | ||||
-rw-r--r-- | build/arch-options/mips | 2 | ||||
-rw-r--r-- | build/arch-options/mipsel | 2 | ||||
-rw-r--r-- | build/arch-options/powerpc | 2 | ||||
-rw-r--r-- | build/arch-options/s390 | 2 | ||||
-rw-r--r-- | build/arch-options/sparc | 2 |
11 files changed, 10 insertions, 31 deletions
diff --git a/build/arch-options/alpha b/build/arch-options/alpha deleted file mode 100644 index f92cf9dc8..000000000 --- a/build/arch-options/alpha +++ /dev/null @@ -1,21 +0,0 @@ -# This file contains architecture specific variables for -# the 'alpha' architecture -# It is sourced by the build scripts - -archspec="alpha;not-x86;not-s390;not-m68k;not-powerpc" -arch_listname="alpha" -minimum_memory=32 -# These two options should be set if condition 'smp' is set below -smp_config_section="General setup" -smp_config_option="Symmetric multi-processing support" - -# Options below are assembled into one variable 'condition' -# in the build scripts -fdisk="fdisk.txt;cfdisk.txt" -network="supports-tftp;supports-bootp;supports-nfsroot" -boot="" -frontend="newt;not-gtk" -other="supports-serial-console" -smp="supports-smp" -goodies="" -status="checked" diff --git a/build/arch-options/amd64 b/build/arch-options/amd64 index dda2eec6d..9dd329e07 100644 --- a/build/arch-options/amd64 +++ b/build/arch-options/amd64 @@ -2,7 +2,7 @@ # the 'amd64' architecture # It is sourced by the build scripts -archspec="amd64;x86;not-s390;not-powerpc;not-alpha" +archspec="amd64;x86;not-s390;not-powerpc" arch_listname="amd64" minimum_memory=56 minimum_memory_gtk=96 diff --git a/build/arch-options/armel b/build/arch-options/armel index 2ffecff38..f773e95eb 100644 --- a/build/arch-options/armel +++ b/build/arch-options/armel @@ -6,7 +6,7 @@ # and also continue to use "arm" for arch-specific XML-files in order # to minimize impact on translations. -archspec="arm;not-x86;not-s390;not-powerpc;not-alpha" +archspec="arm;not-x86;not-s390;not-powerpc" arch_listname="arm" minimum_memory=32 # These two options should be set if condition 'smp' is set below diff --git a/build/arch-options/hppa b/build/arch-options/hppa index 2f1342559..a47043190 100644 --- a/build/arch-options/hppa +++ b/build/arch-options/hppa @@ -2,7 +2,7 @@ # the 'hppa' architecture # It is sourced by the build scripts -archspec="hppa;not-x86;not-s390;not-powerpc;not-alpha" +archspec="hppa;not-x86;not-s390;not-powerpc" arch_listname="hppa" minimum_memory=32 # These two options should be set if condition 'smp' is set below diff --git a/build/arch-options/i386 b/build/arch-options/i386 index 97f3b2b69..e19824e8f 100644 --- a/build/arch-options/i386 +++ b/build/arch-options/i386 @@ -2,7 +2,7 @@ # the 'i386' architecture # It is sourced by the build scripts -archspec="i386;x86;not-s390;not-powerpc;not-alpha" +archspec="i386;x86;not-s390;not-powerpc" arch_listname="boot" minimum_memory=44 minimum_memory_gtk=96 diff --git a/build/arch-options/ia64 b/build/arch-options/ia64 index 9d7c4ac07..292b9989c 100644 --- a/build/arch-options/ia64 +++ b/build/arch-options/ia64 @@ -2,7 +2,7 @@ # the 'ia64' architecture # It is sourced by the build scripts -archspec="ia64;not-x86;not-s390;not-powerpc;not-alpha" +archspec="ia64;not-x86;not-s390;not-powerpc" arch_listname="ia64" minimum_memory=32 # These two options should be set if condition 'smp' is set below diff --git a/build/arch-options/mips b/build/arch-options/mips index 17ba3e773..711fb34b3 100644 --- a/build/arch-options/mips +++ b/build/arch-options/mips @@ -2,7 +2,7 @@ # the 'mips' architecture # It is sourced by the build scripts -archspec="mips;not-x86;not-s390;not-powerpc;not-alpha" +archspec="mips;not-x86;not-s390;not-powerpc" arch_listname="mips" minimum_memory=32 # These two options should be set if condition 'smp' is set below diff --git a/build/arch-options/mipsel b/build/arch-options/mipsel index 02533e23d..d665055e3 100644 --- a/build/arch-options/mipsel +++ b/build/arch-options/mipsel @@ -2,7 +2,7 @@ # the 'mipsel' architecture # It is sourced by the build scripts -archspec="mipsel;not-x86;not-s390;not-powerpc;not-alpha" +archspec="mipsel;not-x86;not-s390;not-powerpc" arch_listname="mips" minimum_memory=32 # These two options should be set if condition 'smp' is set below diff --git a/build/arch-options/powerpc b/build/arch-options/powerpc index 86ba111fb..85b357604 100644 --- a/build/arch-options/powerpc +++ b/build/arch-options/powerpc @@ -2,7 +2,7 @@ # the 'powerpc' architecture # It is sourced by the build scripts -archspec="powerpc;not-s390;not-x86;not-alpha" +archspec="powerpc;not-s390;not-x86" arch_listname="powerpc" minimum_memory=32 minimum_memory_gtk=128 diff --git a/build/arch-options/s390 b/build/arch-options/s390 index 9d642692c..9ca3f7098 100644 --- a/build/arch-options/s390 +++ b/build/arch-options/s390 @@ -2,7 +2,7 @@ # the 's390' architecture # It is sourced by the build scripts -archspec="s390;not-powerpc;not-x86;not-alpha" +archspec="s390;not-powerpc;not-x86" arch_listname="s390" minimum_memory=20 # These two options should be set if condition 'smp' is set below diff --git a/build/arch-options/sparc b/build/arch-options/sparc index c75b63a1f..665bcb6f9 100644 --- a/build/arch-options/sparc +++ b/build/arch-options/sparc @@ -2,7 +2,7 @@ # the 'sparc' architecture # It is sourced by the build scripts -archspec="sparc;not-x86;not-s390;not-powerpc;not-alpha" +archspec="sparc;not-x86;not-s390;not-powerpc" arch_listname="sparc" minimum_memory=32 # These two options should be set if condition 'smp' is set below |