* [PATCH] tune-ppce500: correct the -mfloat-gprs compiler option
@ 2012-03-30 22:50 Christopher Larson
2012-03-30 22:57 ` Mark Hatle
0 siblings, 1 reply; 2+ messages in thread
From: Christopher Larson @ 2012-03-30 22:50 UTC (permalink / raw)
To: openembedded-core; +Cc: Christopher Larson
From: Christopher Larson <chris_larson@mentor.com>
Per Edmar at Freescale, e500v2 needs -mfloat-gprs=double, but e500v1 needs
-mfloat-gprs=single.
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
---
meta/conf/machine/include/tune-ppce500.inc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/meta/conf/machine/include/tune-ppce500.inc b/meta/conf/machine/include/tune-ppce500.inc
index feb1967..c966560 100644
--- a/meta/conf/machine/include/tune-ppce500.inc
+++ b/meta/conf/machine/include/tune-ppce500.inc
@@ -7,7 +7,7 @@ TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ppce500", "-mcpu=8540", "
TUNE_PKGARCH_tune-ppce500 = "ppce500"
TUNEVALID[spe] = "Enable SPE ABI extensions"
-TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "spe", "-mabi=spe -mspe -mfloat-gprs=double", "", d)}"
+TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "spe", "-mabi=spe -mspe -mfloat-gprs=single", "", d)}"
TARGET_FPU = "ppc-efs"
--
1.7.7
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] tune-ppce500: correct the -mfloat-gprs compiler option
2012-03-30 22:50 [PATCH] tune-ppce500: correct the -mfloat-gprs compiler option Christopher Larson
@ 2012-03-30 22:57 ` Mark Hatle
0 siblings, 0 replies; 2+ messages in thread
From: Mark Hatle @ 2012-03-30 22:57 UTC (permalink / raw)
To: openembedded-core
I noticed the same problem in the tuning rework that I've gone pending. I'm
currently working on validating it and hope to have something for merging once I
get done validating all 120 tunes.
--Mark
On 3/30/12 5:50 PM, Christopher Larson wrote:
> From: Christopher Larson<chris_larson@mentor.com>
>
> Per Edmar at Freescale, e500v2 needs -mfloat-gprs=double, but e500v1 needs
> -mfloat-gprs=single.
>
> Signed-off-by: Christopher Larson<chris_larson@mentor.com>
> ---
> meta/conf/machine/include/tune-ppce500.inc | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/meta/conf/machine/include/tune-ppce500.inc b/meta/conf/machine/include/tune-ppce500.inc
> index feb1967..c966560 100644
> --- a/meta/conf/machine/include/tune-ppce500.inc
> +++ b/meta/conf/machine/include/tune-ppce500.inc
> @@ -7,7 +7,7 @@ TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "ppce500", "-mcpu=8540", "
> TUNE_PKGARCH_tune-ppce500 = "ppce500"
>
> TUNEVALID[spe] = "Enable SPE ABI extensions"
> -TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "spe", "-mabi=spe -mspe -mfloat-gprs=double", "", d)}"
> +TUNE_CCARGS += "${@bb.utils.contains("TUNE_FEATURES", "spe", "-mabi=spe -mspe -mfloat-gprs=single", "", d)}"
>
> TARGET_FPU = "ppc-efs"
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-03-30 23:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-30 22:50 [PATCH] tune-ppce500: correct the -mfloat-gprs compiler option Christopher Larson
2012-03-30 22:57 ` Mark Hatle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox