[uClibc-cvs] svn commit: trunk/buildroot

lethal at uclibc.org lethal at uclibc.org
Sat May 7 17:28:50 UTC 2005


Author: lethal
Date: 2005-05-07 11:28:49 -0600 (Sat, 07 May 2005)
New Revision: 10267

Log:
Add an sh2eb target.



Modified:
   trunk/buildroot/Config.in


Changeset:
Modified: trunk/buildroot/Config.in
===================================================================
--- trunk/buildroot/Config.in	2005-05-07 14:25:45 UTC (rev 10266)
+++ trunk/buildroot/Config.in	2005-05-07 17:28:49 UTC (rev 10267)
@@ -58,6 +58,9 @@
 config BR2_sh2a_nofpueb
 	bool "sh2a_nofpueb"
 
+config BR2_sh2eb
+	bool "sh2eb"
+
 config BR2_sh3
 	bool "sh3"
 
@@ -83,6 +86,7 @@
 	default "mipsel"	if BR2_mipsel
 	default "powerpc"	if BR2_powerpc
 	default "sh2a_nofpueb"	if BR2_sh2a_nofpueb
+	default "sh2eb"		if BR2_sh2eb
 	default "sh3"		if BR2_sh3
 	default "sh3eb"		if BR2_sh3eb
 	default "sh4"		if BR2_sh4




More information about the uClibc-cvs mailing list