| Submitter | Elvis Dowson |
|---|---|
| Date | Aug. 22, 2012, 7:20 p.m. |
| Message ID | <1345663224-42350-1-git-send-email-elvis.dowson@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/35165/ |
| State | Superseded |
| Headers | show |
Comments
Patch
diff --git a/conf/machine/include/tune-ppc440.inc b/conf/machine/include/tune-ppc440.inc index 35e93e9..699dfc9 100644 --- a/conf/machine/include/tune-ppc440.inc +++ b/conf/machine/include/tune-ppc440.inc @@ -6,7 +6,7 @@ TUNEVALID[ppc440] = "Enable ppc440 specific processor optimizations" TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ppc440", "-mcpu=440", "", d)}" AVAILTUNES += "ppc440" -TUNE_FEATURES_tune-ppc440 = "m32 fpu-soft ppc440" +TUNE_FEATURES_tune-ppc440 = "m32 ppc440 fpu-soft" TUNE_PKGARCH_tune-ppc440 = "ppc440" PACKAGE_EXTRA_ARCHS_tune-ppc440 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc-nf} ppc440"
* Minor change to reorder the tune features. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com> --- conf/machine/include/tune-ppc440.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)