[OE-core] [PATCH] Signed-off-by: redengin <sholstei at yahoo.com>

Richard Purdie richard.purdie at linuxfoundation.org
Thu Mar 26 14:15:36 UTC 2015


On Thu, 2015-03-26 at 02:21 -0400, Stephen Holstein wrote:
> From: redengin <sholstei at 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
> 





More information about the Openembedded-core mailing list