Explorar el Código

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

Rob Landley hace 19 años
padre
commit
02de5b16cd
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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