[oe-commits] Henning Heinold : tune-atom.inc: add i686 to PACKAGE_EXTRA_ARCH

git version control git at git.openembedded.org
Thu Apr 21 20:02:35 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 729f1fd1199ef4b2054b853ad4309553c8a63b37
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=729f1fd1199ef4b2054b853ad4309553c8a63b37

Author: Henning Heinold <h.heinold at tarent.de>
Date:   Fri Apr 15 11:09:52 2011 +0200

tune-atom.inc: add i686 to PACKAGE_EXTRA_ARCH

Signed-off-by: Pau Espin Pedrol <pespin.shar at gmail.com>
Acked-by: Henning Heinold <h.heinold at tarent.de>

---

 conf/machine/include/tune-atom.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/conf/machine/include/tune-atom.inc b/conf/machine/include/tune-atom.inc
index 44058c1..01c41d3 100644
--- a/conf/machine/include/tune-atom.inc
+++ b/conf/machine/include/tune-atom.inc
@@ -6,4 +6,4 @@ TARGET_CC_ARCH = "-march=core2"
 #TARGET_CC_ARCH = "-march=i686 -mtune=atom"
 BASE_PACKAGE_ARCH = "i686"
 FEED_ARCH = "i686"
-PACKAGE_EXTRA_ARCHS += "x86 i386 i486 i586"
\ No newline at end of file
+PACKAGE_EXTRA_ARCHS += "x86 i386 i486 i586 i686"





More information about the Openembedded-commits mailing list