From patchwork Wed Aug 22 19:20:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-xilinx,1/7] tune-ppc440: Reorder tune features. Date: Wed, 22 Aug 2012 19:20:18 -0000 From: Elvis Dowson X-Patchwork-Id: 35165 Message-Id: <1345663224-42350-1-git-send-email-elvis.dowson@gmail.com> To: openembedded-devel@lists.openembedded.org Cc: Elvis Dowson * Minor change to reorder the tune features. Signed-off-by: Elvis Dowson --- conf/machine/include/tune-ppc440.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"