diff options
author | Frans Pop <elendil@planet.nl> | 2009-11-02 22:59:43 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2009-11-02 22:59:43 +0000 |
commit | 7e0392758007a2cd3ff95f56acfd13d90d574b9b (patch) | |
tree | 8034779558d2f3b082923e832d3f3c6a2b6974ed /build/arch-options/s390 | |
parent | 503fb1dbfc3e5bd880a4d9bdf48033e325b44326 (diff) | |
download | installation-guide-7e0392758007a2cd3ff95f56acfd13d90d574b9b.zip |
Remove support for m68k in build system
Diffstat (limited to 'build/arch-options/s390')
-rw-r--r-- | build/arch-options/s390 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |