From 02de5b16cd311edb3744b120ba3c3c2fa26a10d1 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 3 Dec 2006 18:22:06 +0000 Subject: Patch from Jim Gifford (of Cross Linux From Scratch) fixing the Mips failures from Mike's nightly builds. --- extra/Configs/Config.mips | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/Configs/Config.mips b/extra/Configs/Config.mips index 0794c5f45..4978677a3 100644 --- a/extra/Configs/Config.mips +++ b/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 -- cgit v1.2.3