r331 - trunk/oe/conf/machine


Thu Dec 7 09:25:02 CET 2006


Author: 
Date: 2006-12-07 08:25:02 +0000 (Thu, 07 Dec 2006)
New Revision: 331

Modified:
   trunk/oe/conf/machine/x86-sdk.conf
Log:
x86-sdk.conf: set machine to i486, otherwise NTPL won't compile


Modified: trunk/oe/conf/machine/x86-sdk.conf
===================================================================
--- trunk/oe/conf/machine/x86-sdk.conf	2006-12-07 06:51:00 UTC (rev 330)
+++ trunk/oe/conf/machine/x86-sdk.conf	2006-12-07 08:25:02 UTC (rev 331)
@@ -4,7 +4,7 @@
 #@DESCRIPTION: Machine configuration for x86 SDK
 #-----------------------------------------------------------------------------
 
-TARGET_ARCH = "i386"
+TARGET_ARCH = "i486"
 TARGET_VENDOR = "-oe"
 IPKG_EXTRA_ARCHS = "x86"
 





More information about the commitlog mailing list