From patchwork Thu May 31 16:50:01 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-xilinx,1/2] tune-ppc440: Indicate no floating point support. Date: Thu, 31 May 2012 16:50:01 -0000 From: Elvis Dowson X-Patchwork-Id: 29025 Message-Id: <1338483003-14850-1-git-send-email-elvis.dowson@gmail.com> To: openembedded-devel@lists.openembedded.org Cc: Elvis Dowson * PACKAGE_EXTRA_ARCHS_tune-ppc440: Indicate no floating point support by adding -nf suffix. 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 33d6cac..371fdf9 100644 --- a/conf/machine/include/tune-ppc440.inc +++ b/conf/machine/include/tune-ppc440.inc @@ -8,6 +8,6 @@ TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ppc440", "-mcpu=440", "", AVAILTUNES += "ppc440" TUNE_FEATURES_tune-ppc440 = "m32 fpu-soft ppc440" TUNE_PKGARCH_tune-ppc440 = "ppc440" -PACKAGE_EXTRA_ARCHS_tune-ppc440 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc} ppc440" +PACKAGE_EXTRA_ARCHS_tune-ppc440 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc-nf} ppc440" #MACHINEOVERRIDES .= "ppc440"