summaryrefslogtreecommitdiff
path: root/build/arch-options
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-11-02 22:59:43 +0000
committerFrans Pop <elendil@planet.nl>2009-11-02 22:59:43 +0000
commit7e0392758007a2cd3ff95f56acfd13d90d574b9b (patch)
tree8034779558d2f3b082923e832d3f3c6a2b6974ed /build/arch-options
parent503fb1dbfc3e5bd880a4d9bdf48033e325b44326 (diff)
downloadinstallation-guide-7e0392758007a2cd3ff95f56acfd13d90d574b9b.zip
Remove support for m68k in build system
Diffstat (limited to 'build/arch-options')
-rw-r--r--build/arch-options/amd642
-rw-r--r--build/arch-options/armel2
-rw-r--r--build/arch-options/hppa2
-rw-r--r--build/arch-options/i3862
-rw-r--r--build/arch-options/ia642
-rw-r--r--build/arch-options/m68k21
-rw-r--r--build/arch-options/mips2
-rw-r--r--build/arch-options/mipsel2
-rw-r--r--build/arch-options/powerpc2
-rw-r--r--build/arch-options/s3902
-rw-r--r--build/arch-options/sparc2
11 files changed, 10 insertions, 31 deletions
diff --git a/build/arch-options/amd64 b/build/arch-options/amd64
index 0a8265eeb..dda2eec6d 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-m68k;not-powerpc;not-alpha"
+archspec="amd64;x86;not-s390;not-powerpc;not-alpha"
arch_listname="amd64"
minimum_memory=56
minimum_memory_gtk=96
diff --git a/build/arch-options/armel b/build/arch-options/armel
index f430c2cc4..2ffecff38 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-m68k;not-powerpc;not-alpha"
+archspec="arm;not-x86;not-s390;not-powerpc;not-alpha"
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 ee31843d6..2f1342559 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-m68k;not-powerpc;not-alpha"
+archspec="hppa;not-x86;not-s390;not-powerpc;not-alpha"
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 e6b999702..97f3b2b69 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-m68k;not-powerpc;not-alpha"
+archspec="i386;x86;not-s390;not-powerpc;not-alpha"
arch_listname="boot"
minimum_memory=44
minimum_memory_gtk=96
diff --git a/build/arch-options/ia64 b/build/arch-options/ia64
index 4f2fd4a7f..9d7c4ac07 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-m68k;not-powerpc;not-alpha"
+archspec="ia64;not-x86;not-s390;not-powerpc;not-alpha"
arch_listname="ia64"
minimum_memory=32
# These two options should be set if condition 'smp' is set below
diff --git a/build/arch-options/m68k b/build/arch-options/m68k
deleted file mode 100644
index ef12e6ff3..000000000
--- a/build/arch-options/m68k
+++ /dev/null
@@ -1,21 +0,0 @@
-# This file contains architecture specific variables for
-# the 'm68k' architecture
-# It is sourced by the build scripts
-
-archspec="m68k;not-x86;not-s390;not-powerpc;not-alpha"
-arch_listname="68k"
-minimum_memory=32
-# These two options should be set if condition 'smp' is set below
-smp_config_section="N/A"
-smp_config_option="N/A"
-
-# Options below are assembled into one variable 'condition'
-# in the build scripts
-fdisk="atari-fdisk.txt;mac-fdisk.txt;amiga-fdisk.txt;pmac-fdisk.txt"
-network="supports-tftp;supports-rarp;supports-bootp;supports-nfsroot"
-boot="supports-floppy-boot;bootable-disk"
-frontend="newt;not-gtk"
-other="supports-serial-console"
-smp=""
-goodies="supports-lang-chooser"
-status="checked"
diff --git a/build/arch-options/mips b/build/arch-options/mips
index 4ad68528f..17ba3e773 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-m68k;not-powerpc;not-alpha"
+archspec="mips;not-x86;not-s390;not-powerpc;not-alpha"
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 9a1665963..02533e23d 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-m68k;not-powerpc;not-alpha"
+archspec="mipsel;not-x86;not-s390;not-powerpc;not-alpha"
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 1b749f540..86ba111fb 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-m68k;not-x86;not-alpha"
+archspec="powerpc;not-s390;not-x86;not-alpha"
arch_listname="powerpc"
minimum_memory=32
minimum_memory_gtk=128
diff --git a/build/arch-options/s390 b/build/arch-options/s390
index fb8caa02c..9d642692c 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-m68k;not-x86;not-alpha"
+archspec="s390;not-powerpc;not-x86;not-alpha"
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 a07ca2247..c75b63a1f 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-m68k;not-powerpc;not-alpha"
+archspec="sparc;not-x86;not-s390;not-powerpc;not-alpha"
arch_listname="sparc"
minimum_memory=32
# These two options should be set if condition 'smp' is set below