From: Khem Raj Date: Sun, 9 Aug 2009 09:07:20 +0000 (-0700) Subject: tune-sh3.inc tune-sh4.inc: Define BASE_PACKAGE_ARCH X-Git-Tag: Release-2010-05/1~2760^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc2cbe1749c5268eb38f5b73e888d5bbf90055ac;p=openembedded.git tune-sh3.inc tune-sh4.inc: Define BASE_PACKAGE_ARCH Signed-off-by: Khem Raj --- diff --git a/conf/machine/include/tune-sh3.inc b/conf/machine/include/tune-sh3.inc index 65bfacf174..32801a61c3 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 c20b8cf5a0..5d43e4195e 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"