All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Signed-off-by: redengin <sholstei@yahoo.com>
@ 2015-03-26  6:21 Stephen Holstein
  2015-03-26 14:15 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Holstein @ 2015-03-26  6:21 UTC (permalink / raw)
  To: openembedded-core; +Cc: redengin

From: redengin <sholstei@yahoo.com>

fix for fortran to remove libquadmath dependency
---
 meta/recipes-devtools/gcc/gcc-4.9.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc
index c88a496..cec1862 100644
--- a/meta/recipes-devtools/gcc/gcc-4.9.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.9.inc
@@ -99,6 +99,7 @@ EXTRA_OECONF_BASE = "\
     --with-cloog=no \
     --enable-checking=release \
     --enable-cheaders=c_global \
+    --disable-libquadmath-support \
 "
 
 EXTRA_OECONF_INITIAL = "\
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Signed-off-by: redengin <sholstei@yahoo.com>
  2015-03-26  6:21 [PATCH] Signed-off-by: redengin <sholstei@yahoo.com> Stephen Holstein
@ 2015-03-26 14:15 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2015-03-26 14:15 UTC (permalink / raw)
  To: Stephen Holstein; +Cc: redengin, openembedded-core

On Thu, 2015-03-26 at 02:21 -0400, Stephen Holstein wrote:
> From: redengin <sholstei@yahoo.com>
> 
> fix for fortran to remove libquadmath dependency
> ---
>  meta/recipes-devtools/gcc/gcc-4.9.inc | 1 +
>  1 file changed, 1 insertion(+)

This says what it does but not why or what testing has been done to
verify this. Last time I checked some architectures require libquadmath
for fortran? The subject line is also incorrect and should be a shortlog
entry of the change, not a Signed-off-by line.

Cheers,

Richard

> diff --git a/meta/recipes-devtools/gcc/gcc-4.9.inc b/meta/recipes-devtools/gcc/gcc-4.9.inc
> index c88a496..cec1862 100644
> --- a/meta/recipes-devtools/gcc/gcc-4.9.inc
> +++ b/meta/recipes-devtools/gcc/gcc-4.9.inc
> @@ -99,6 +99,7 @@ EXTRA_OECONF_BASE = "\
>      --with-cloog=no \
>      --enable-checking=release \
>      --enable-cheaders=c_global \
> +    --disable-libquadmath-support \
>  "
>  
>  EXTRA_OECONF_INITIAL = "\
> -- 
> 1.9.1
> 




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-26 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-26  6:21 [PATCH] Signed-off-by: redengin <sholstei@yahoo.com> Stephen Holstein
2015-03-26 14:15 ` Richard Purdie

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.