[OE-core] [PATCH] gcc-5.2: disable isl
Khem Raj
raj.khem at gmail.com
Wed Sep 23 16:52:17 UTC 2015
This is ok
On Sep 23, 2015 7:36 AM, "Richard Tollerton" <rich.tollerton at ni.com> wrote:
> We presently don't package isl. Unfortunately, if the host is already
> using gcc-5.2 (as is presently the case on Arch Linux), configure will
> autodetect the host's libisl, and do_compile will break because the
> system isl headers aren't pulled in. In lieu of packaging isl, disable
> it for now.
>
> [YOCTO #8376]
>
> Signed-off-by: Richard Tollerton <rich.tollerton at ni.com>
> ---
> meta/recipes-devtools/gcc/gcc-5.2.inc | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-devtools/gcc/gcc-5.2.inc
> b/meta/recipes-devtools/gcc/gcc-5.2.inc
> index f691f58..f6673e6 100644
> --- a/meta/recipes-devtools/gcc/gcc-5.2.inc
> +++ b/meta/recipes-devtools/gcc/gcc-5.2.inc
> @@ -98,6 +98,7 @@ EXTRA_OECONF_BASE = "\
> --with-cloog=no \
> --enable-checking=release \
> --enable-cheaders=c_global \
> + --without-isl \
> "
>
> EXTRA_OECONF_INITIAL = "\
> @@ -109,6 +110,7 @@ EXTRA_OECONF_INITIAL = "\
> --disable-lto \
> --disable-plugin \
> --enable-decimal-float=no \
> + --without-isl \
> "
>
> EXTRA_OECONF_append_libc-uclibc = " --disable-decimal-float "
> --
> 2.5.2
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150923/02d7b377/attachment-0002.html>
More information about the Openembedded-core
mailing list