From patchwork Mon Jan 14 15:16:41 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,6/6] tune-ppc603e: add BASE_LIB Date: Mon, 14 Jan 2013 15:16:41 -0000 From: Constantin Musca X-Patchwork-Id: 42585 Message-Id: <8041a48d0b66bae5608e8cdc5fbbeb75dc17de45.1358175955.git.constantinx.musca@intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Constantin Musca --- meta/conf/machine/include/tune-ppc603e.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/machine/include/tune-ppc603e.inc b/meta/conf/machine/include/tune-ppc603e.inc index 6557c1d..2cfd342 100644 --- a/meta/conf/machine/include/tune-ppc603e.inc +++ b/meta/conf/machine/include/tune-ppc603e.inc @@ -7,6 +7,7 @@ TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ppc603e", "-mcpu=603e", " AVAILTUNES += "ppc603e" TUNE_FEATURES_tune-ppc603e = "m32 fpu-hard ppc603e" +BASE_LIB_tune-ppc603e = "lib" TUNE_PKGARCH_tune-ppc603e = "ppc603e" PACKAGE_EXTRA_ARCHS_tune-ppc603e = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppc603e"