[oe-commits] Khem Raj : tune-sh3.inc tune-sh4.inc: Define BASE_PACKAGE_ARCH

git version control git at git.openembedded.org
Sun Aug 9 09:14:07 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: dc2cbe1749c5268eb38f5b73e888d5bbf90055ac
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dc2cbe1749c5268eb38f5b73e888d5bbf90055ac

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sun Aug  9 02:07:20 2009 -0700

tune-sh3.inc tune-sh4.inc: Define BASE_PACKAGE_ARCH

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

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

diff --git a/conf/machine/include/tune-sh3.inc b/conf/machine/include/tune-sh3.inc
index 65bfacf..32801a6 100644
--- a/conf/machine/include/tune-sh3.inc
+++ b/conf/machine/include/tune-sh3.inc
@@ -1,2 +1,3 @@
 TARGET_CC_ARCH = "-ml -m3"
 FEED_ARCH = "sh3"
+BASE_PACKAGE_ARCH = "sh3"
diff --git a/conf/machine/include/tune-sh4.inc b/conf/machine/include/tune-sh4.inc
index c20b8cf..5d43e41 100644
--- a/conf/machine/include/tune-sh4.inc
+++ b/conf/machine/include/tune-sh4.inc
@@ -1,2 +1,3 @@
 TARGET_CC_ARCH = "-ml -m4"
 FEED_ARCH = "sh4"
+BASE_PACKAGE_ARCH = "sh4"





More information about the Openembedded-commits mailing list