[oe-commits] Marcin Juszkiewicz : progear: use pentium mmx tune, switch to i586

GIT User account git at amethyst.openembedded.net
Fri Nov 28 09:03:50 UTC 2008


Module: openembedded.git
Branch: koen/darwin-host-fixes
Commit: d93dc9bb5d971785df41b9989eb2475f2d3eef65
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d93dc9bb5d971785df41b9989eb2475f2d3eef65

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Wed Nov 26 23:02:59 2008 +0100

progear: use pentium mmx tune, switch to i586

---

 conf/machine/progear.conf |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/conf/machine/progear.conf b/conf/machine/progear.conf
index 2a8c009..f84bae9 100644
--- a/conf/machine/progear.conf
+++ b/conf/machine/progear.conf
@@ -3,9 +3,10 @@
 #@DESCRIPTION: Machine configuration for Progear 1050HX+ webpad
 
 # i386 doesn't work with NTPL, see http://ecos.sourceware.org/ml/libc-ports/2006-03/msg00030.html
-TARGET_ARCH = "i686"
+TARGET_ARCH = "i586"
+
+require conf/machine/include/tune-pentiummmx.inc
 
-PACKAGE_EXTRA_ARCHS = "x86 i386 i486 i586"
 PREFERRED_PROVIDER_virtual/kernel = "linux"
 PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
 





More information about the Openembedded-commits mailing list