Ver Fonte

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

Rob Landley há 19 anos atrás
pai
commit
02de5b16cd
1 ficheiros alterados com 2 adições e 0 exclusões
  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