From 2724ce3271aa1a63976df24d9ab6e407585a1fed Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Tue, 28 Apr 2009 11:52:02 +0000 Subject: 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. --- build/arch-options/arm | 21 --------------------- build/arch-options/armel | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 21 deletions(-) delete mode 100644 build/arch-options/arm create mode 100644 build/arch-options/armel (limited to 'build') diff --git a/build/arch-options/arm b/build/arch-options/arm deleted file mode 100644 index 29864a58c..000000000 --- a/build/arch-options/arm +++ /dev/null @@ -1,21 +0,0 @@ -# This file contains architecture specific variables for -# the 'arm' architecture -# It is sourced by the build scripts - -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" 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" -- cgit v1.2.3