Browse Source

Patch from Jim Gifford (of Cross Linux From Scratch) fixing the Mips
failures from Mike's nightly builds.

Rob Landley 18 years ago
parent
commit
02de5b16cd
1 changed files with 2 additions and 0 deletions
  1. 2 0
      extra/Configs/Config.mips

+ 2 - 0
extra/Configs/Config.mips

@@ -67,8 +67,10 @@ config CONFIG_MIPS_O32_ABI
 
 config CONFIG_MIPS_N64_ABI
 	bool "N64 ABI"
+	select CONFIG_MIPS_ISA_3
 
 config CONFIG_MIPS_N32_ABI
 	bool "N32 ABI"
+	select CONFIG_MIPS_ISA_3
 
 endchoice