| Submitter | Constantin Musca |
|---|---|
| Date | Jan. 15, 2013, 3:08 p.m. |
| Message ID | <87737902312b2d7f67b799d6da95e15ceca9cb9f.1358262293.git.constantinx.musca@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/42653/ |
| 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(+)