diff options
author | Rob Landley <rob@landley.net> | 2006-12-03 18:22:06 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2006-12-03 18:22:06 +0000 |
commit | 02de5b16cd311edb3744b120ba3c3c2fa26a10d1 (patch) | |
tree | 760c758e8da90fd3a12317f164bfa8d1e8d3c2b1 | |
parent | 69e5ae84584f5b7a12fef52db5e3bf46ee170f09 (diff) |
Patch from Jim Gifford (of Cross Linux From Scratch) fixing the Mips
failures from Mike's nightly builds.
-rw-r--r-- | extra/Configs/Config.mips | 2 |
1 files changed, 2 insertions, 0 deletions
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 |