diff options
Diffstat (limited to 'build/arch-options/mips')
-rw-r--r-- | build/arch-options/mips | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/arch-options/mips b/build/arch-options/mips index 2cef322c5..bd6ba9586 100644 --- a/build/arch-options/mips +++ b/build/arch-options/mips @@ -2,7 +2,7 @@ # the 'mips' architecture # It is sourced by the build scripts -archspec="mips;not-i386;not-s390;not-m68k;not-powerpc;not-alpha" +archspec="mips;not-x86;not-s390;not-m68k;not-powerpc;not-alpha" kernelversion="2.6.16" arch_listname="mips" # These two options should be set if condition 'smp' is set below |