All of lore.kernel.org
 help / color / mirror / Atom feed
From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
	<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH] gcc-4.6: disable cloog, change syntax to disable ppl
Date: Mon, 07 May 2012 21:01:06 -0700	[thread overview]
Message-ID: <4FA89A82.2050204@linux.intel.com> (raw)
In-Reply-To: <1336169877-29276-1-git-send-email-obi@opendreambox.org>

On 05/04/2012 03:17 PM, Andreas Oberritter wrote:
> * Backported from 523df15bcc21e1749771cca757613f3520243b8e
>    as suggested by Khem.
>
> * Original commit message:
>
>    If build system has those libraries installed
>    gcc configure will pick them up. We want
>    consistent builds so we disable them since we
>    do not (yet) support them
>
> Signed-off-by: Andreas Oberritter<obi@opendreambox.org>
> ---
>   meta/recipes-devtools/gcc/gcc-4.6.inc |    5 +++--
>   1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc
> index 74843ae..0f56670 100644
> --- a/meta/recipes-devtools/gcc/gcc-4.6.inc
> +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc
> @@ -1,6 +1,6 @@
>   require gcc-common.inc
>
> -PR = "r26"
> +PR = "r27"
>
>   # Third digit in PV should be incremented after a minor release
>   # happens from this branch on gcc e.g. currently its 4.6.0
> @@ -93,7 +93,8 @@ EXTRA_OECONF_BASE = " --enable-lto \
>   			--disable-libmudflap \
>   			--with-system-zlib \
>   			--with-linker-hash-style=${LINKER_HASH_STYLE} \
> -			--without-ppl \
> +			--with-ppl=no \
> +			--with-cloog=no \
>   			--enable-cheaders=c_global "
>
>   EXTRA_OECONF_INITIAL = "--disable-libmudflap \

Merged into OE-Core

Thanks
	Sau!



      reply	other threads:[~2012-05-08  4:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-04 22:17 [PATCH] gcc-4.6: disable cloog, change syntax to disable ppl Andreas Oberritter
2012-05-08  4:01 ` Saul Wold [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4FA89A82.2050204@linux.intel.com \
    --to=sgw@linux.intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.