| Submitter | Constantin Musca |
|---|---|
| Date | Jan. 14, 2013, 3:16 p.m. |
| Message ID | <8041a48d0b66bae5608e8cdc5fbbeb75dc17de45.1358175955.git.constantinx.musca@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/42585/ |
| State | New |
| Headers | show |
Comments
Patch
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"
Signed-off-by: Constantin Musca <constantinx.musca@intel.com> --- meta/conf/machine/include/tune-ppc603e.inc | 1 + 1 file changed, 1 insertion(+)