svn commit: trunk/uClibc/extra/Configs

landley at uclibc.org landley at uclibc.org
Sun Dec 3 18:22:07 UTC 2006


Author: landley
Date: 2006-12-03 10:22:06 -0800 (Sun, 03 Dec 2006)
New Revision: 16773

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


Modified:
   trunk/uClibc/extra/Configs/Config.mips


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.mips
===================================================================
--- trunk/uClibc/extra/Configs/Config.mips	2006-12-03 02:50:45 UTC (rev 16772)
+++ trunk/uClibc/extra/Configs/Config.mips	2006-12-03 18:22:06 UTC (rev 16773)
@@ -67,8 +67,10 @@
 
 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




More information about the uClibc-cvs mailing list