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/mipsel | |
parent | 503fb1dbfc3e5bd880a4d9bdf48033e325b44326 (diff) | |
download | installation-guide-7e0392758007a2cd3ff95f56acfd13d90d574b9b.zip |
Remove support for m68k in build system
Diffstat (limited to 'build/arch-options/mipsel')
-rw-r--r-- | build/arch-options/mipsel | 2 |
1 files changed, 1 insertions, 1 deletions
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 |