From patchwork Tue Jan 15 15:08:48 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v3,6/6] tune-ppc603e: add BASE_LIB Date: Tue, 15 Jan 2013 15:08:48 -0000 From: Constantin Musca X-Patchwork-Id: 42653 Message-Id: <87737902312b2d7f67b799d6da95e15ceca9cb9f.1358262293.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"