From patchwork Mon Jan 14 15:16:40 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [v2,5/6] tune-mips32: add BASE_LIB to mips32 tunes Date: Mon, 14 Jan 2013 15:16:40 -0000 From: Constantin Musca X-Patchwork-Id: 42587 Message-Id: <7cfc404704fbb403f376496c280fed9ef19de4d5.1358175955.git.constantinx.musca@intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Constantin Musca --- meta/conf/machine/include/tune-mips32.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/conf/machine/include/tune-mips32.inc b/meta/conf/machine/include/tune-mips32.inc index 03cd411..ffbaecf 100644 --- a/meta/conf/machine/include/tune-mips32.inc +++ b/meta/conf/machine/include/tune-mips32.inc @@ -9,17 +9,21 @@ TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "mips32", "-march=mips32", AVAILTUNES += "mips32 mips32el mips32-nf mips32el-nf" TUNE_FEATURES_tune-mips32 = "${TUNE_FEATURES_tune-mips} mips32" +BASE_LIB_tune-mips32 = "lib" MIPSPKGSFX_VARIANT_tune-mips32 = "mips32" PACKAGE_EXTRA_ARCHS_tune-mips32 = "mips mips32" TUNE_FEATURES_tune-mips32el = "${TUNE_FEATURES_tune-mipsel} mips32" +BASE_LIB_tune-mips32el = "lib" MIPSPKGSFX_VARIANT_tune-mips32el = "mips32el" PACKAGE_EXTRA_ARCHS_tune-mips32el = "mipsel mips32el" TUNE_FEATURES_tune-mips32-nf = "${TUNE_FEATURES_tune-mips-nf} mips32" +BASE_LIB_tune-mips32-nf = "lib" MIPSPKGSFX_VARIANT_tune-mips32-nf = "mips32" PACKAGE_EXTRA_ARCHS_tune-mips32-nf = "mips-nf mips32-nf" TUNE_FEATURES_tune-mips32el-nf = "${TUNE_FEATURES_tune-mipsel-nf} mips32" +BASE_LIB_tune-mips32el-nf = "lib" MIPSPKGSFX_VARIANT_tune-mips32el-nf = "mips32el" PACKAGE_EXTRA_ARCHS_tune-mips32el-nf = "mipsel-nf mips32el-nf"