* [meta-xilinx 1/2] tune-ppc440: Indicate no floating point support.
@ 2012-05-31 16:50 Elvis Dowson
2012-05-31 16:50 ` [meta-xilinx 2/2] tune-ppc440: Add glibc configure options Elvis Dowson
0 siblings, 1 reply; 2+ messages in thread
From: Elvis Dowson @ 2012-05-31 16:50 UTC (permalink / raw)
To: openembedded-devel; +Cc: Elvis Dowson
* PACKAGE_EXTRA_ARCHS_tune-ppc440: Indicate no floating point support by
adding -nf suffix.
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
---
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"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread* [meta-xilinx 2/2] tune-ppc440: Add glibc configure options.
2012-05-31 16:50 [meta-xilinx 1/2] tune-ppc440: Indicate no floating point support Elvis Dowson
@ 2012-05-31 16:50 ` Elvis Dowson
0 siblings, 0 replies; 2+ messages in thread
From: Elvis Dowson @ 2012-05-31 16:50 UTC (permalink / raw)
To: openembedded-devel; +Cc: Elvis Dowson
* Add glibc configure options to get ppc440 specific library.
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
---
conf/machine/include/tune-ppc440.inc | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/conf/machine/include/tune-ppc440.inc b/conf/machine/include/tune-ppc440.inc
index 371fdf9..35e93e9 100644
--- a/conf/machine/include/tune-ppc440.inc
+++ b/conf/machine/include/tune-ppc440.inc
@@ -10,4 +10,5 @@ TUNE_FEATURES_tune-ppc440 = "m32 fpu-soft ppc440"
TUNE_PKGARCH_tune-ppc440 = "ppc440"
PACKAGE_EXTRA_ARCHS_tune-ppc440 = "${PACKAGE_EXTRA_ARCHS_tune-powerpc-nf} ppc440"
-#MACHINEOVERRIDES .= "ppc440"
+# glibc configure options to get ppc440 specific library (for sqrt)
+GLIBC_EXTRA_OECONF += "${@bb.utils.contains("TUNE_FEATURES", "ppc440", "-with-cpu=440", "", d)}"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-31 17:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-31 16:50 [meta-xilinx 1/2] tune-ppc440: Indicate no floating point support Elvis Dowson
2012-05-31 16:50 ` [meta-xilinx 2/2] tune-ppc440: Add glibc configure options Elvis Dowson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.