diff options
author | Samuel Thibault <sthibault@debian.org> | 2010-09-05 22:14:31 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2010-09-05 22:14:31 +0000 |
commit | b914b0711a17b6670af2e676f1a1334cca6c078a (patch) | |
tree | 63b2e1f2f0c776f37a23559b6285fcc751bde786 /build/arch-options/s390 | |
parent | ef87d135a6c048e13cc4a159f578ce7c59be8ccc (diff) | |
download | installation-guide-b914b0711a17b6670af2e676f1a1334cca6c078a.zip |
* Add non-Linux infrastructure to the build system.
* Add kFreeBSD infrastructure.
Diffstat (limited to 'build/arch-options/s390')
-rw-r--r-- | build/arch-options/s390 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build/arch-options/s390 b/build/arch-options/s390 index 9ca3f7098..b7fa1f4fc 100644 --- a/build/arch-options/s390 +++ b/build/arch-options/s390 @@ -2,8 +2,9 @@ # the 's390' architecture # It is sourced by the build scripts -archspec="s390;not-powerpc;not-x86" +archspec="s390;not-powerpc;not-x86;linux-any" arch_listname="s390" +arch_kernel="Linux" minimum_memory=20 # These two options should be set if condition 'smp' is set below smp_config_section="Processor type and features" |