Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] gcc-4.6: disable cloog, change syntax to disable ppl
@ 2012-05-04 22:17 Andreas Oberritter
  2012-05-08  4:01 ` Saul Wold
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Oberritter @ 2012-05-04 22:17 UTC (permalink / raw)
  To: openembedded-core

* 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 \
-- 
1.7.9.5




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

* Re: [PATCH] gcc-4.6: disable cloog, change syntax to disable ppl
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Saul Wold @ 2012-05-08  4:01 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

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!



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

end of thread, other threads:[~2012-05-08  4:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox