summaryrefslogtreecommitdiff
path: root/build/arch-options/armel
diff options
context:
space:
mode:
authorFrans Pop <elendil@planet.nl>2009-04-28 11:52:02 +0000
committerFrans Pop <elendil@planet.nl>2009-04-28 11:52:02 +0000
commit2724ce3271aa1a63976df24d9ab6e407585a1fed (patch)
tree040eb3d168d8a3eb0f85188cd65894915bafaf47 /build/arch-options/armel
parent7ee149f7348893267774548a04708eb5e67c6f4f (diff)
downloadinstallation-guide-2724ce3271aa1a63976df24d9ab6e407585a1fed.zip
Change the Debian designation for the ARM architecture from arm to armel.
The internal 'arch-spec' and file naming convention remains "arm" in order to avoid unnecessary changes and work for translators.
Diffstat (limited to 'build/arch-options/armel')
-rw-r--r--build/arch-options/armel25
1 files changed, 25 insertions, 0 deletions
diff --git a/build/arch-options/armel b/build/arch-options/armel
new file mode 100644
index 000000000..f430c2cc4
--- /dev/null
+++ b/build/arch-options/armel
@@ -0,0 +1,25 @@
+# This file contains architecture specific variables for
+# the 'armel' architecture
+# It is sourced by the build scripts
+
+# Note that we keep "arm" as archspec (and thus also for conditions)
+# 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"
+arch_listname="arm"
+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="fdisk.txt;cfdisk.txt"
+network="supports-tftp;supports-rarp;supports-bootp;supports-nfsroot"
+boot=""
+frontend="newt;not-gtk"
+other="supports-serial-console"
+smp=""
+goodies="supports-lang-chooser"
+status="not-checked"