All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions
@ 2010-09-25 23:17 Khem Raj
  2010-09-26  8:12 ` Martin Jansa
  2010-09-28 13:47 ` Enrico Scholz
  0 siblings, 2 replies; 8+ messages in thread
From: Khem Raj @ 2010-09-25 23:17 UTC (permalink / raw)
  To: openembedded-devel

GCC 4.5 has been tested quite a bit and so is eglibc 2.12 in SHR
and developers.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 conf/distro/include/sane-toolchain.inc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/conf/distro/include/sane-toolchain.inc b/conf/distro/include/sane-toolchain.inc
index de73922..6d460a2 100644
--- a/conf/distro/include/sane-toolchain.inc
+++ b/conf/distro/include/sane-toolchain.inc
@@ -5,14 +5,14 @@
 #############################################################################
 
 # Base line versions, good for most things
-PREFERRED_GCC_VERSION                ?= "4.4.4"
+PREFERRED_GCC_VERSION                ?= "4.5"
 PREFERRED_BINUTILS                   ?= "2.20.1"
 
 # Prefer glibc 2.6 and uclibc 0.9.30, these have had the most testing.
 PREFERRED_VERSION_glibc             ?= "2.10.1"
 PREFERRED_VERSION_glibc-initial     ?= "2.10.1"
-PREFERRED_VERSION_eglibc             ?= "2.11"
-PREFERRED_VERSION_eglibc-initial     ?= "2.11"
+PREFERRED_VERSION_eglibc             ?= "2.12"
+PREFERRED_VERSION_eglibc-initial     ?= "2.12"
 PREFERRED_UCLIBC_VERSION            ?= "0.9.31"
 
 # Some systems need a special gcc version
-- 
1.7.0.4




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

* Re: [PATCH] sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions
  2010-09-25 23:17 [PATCH] sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions Khem Raj
@ 2010-09-26  8:12 ` Martin Jansa
  2010-09-28 13:47 ` Enrico Scholz
  1 sibling, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2010-09-26  8:12 UTC (permalink / raw)
  To: openembedded-devel

On Sat, Sep 25, 2010 at 04:17:10PM -0700, Khem Raj wrote:
> GCC 4.5 has been tested quite a bit and so is eglibc 2.12 in SHR
> and developers.
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>

Acked-by: Martin Jansa <Martin.Jansa@gmail.com>

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



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

* Re: [PATCH] sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions
  2010-09-25 23:17 [PATCH] sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions Khem Raj
  2010-09-26  8:12 ` Martin Jansa
@ 2010-09-28 13:47 ` Enrico Scholz
  2010-09-28 14:28   ` Phil Blundell
                     ` (2 more replies)
  1 sibling, 3 replies; 8+ messages in thread
From: Enrico Scholz @ 2010-09-28 13:47 UTC (permalink / raw)
  To: openembedded-devel

Khem Raj <raj.khem@gmail.com> writes:

> GCC 4.5 has been tested quite a bit

Probably not on ARMv5 ;) There 5/3 == 3 holds and ld.so crashes due to
related errors.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45817


Enrico



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

* Re: [PATCH] sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions
  2010-09-28 13:47 ` Enrico Scholz
@ 2010-09-28 14:28   ` Phil Blundell
  2010-09-28 15:16     ` Enrico Scholz
  2010-09-28 15:28   ` Khem Raj
  2010-09-28 17:32   ` Enrico Scholz
  2 siblings, 1 reply; 8+ messages in thread
From: Phil Blundell @ 2010-09-28 14:28 UTC (permalink / raw)
  To: openembedded-devel

On Tue, 2010-09-28 at 15:47 +0200, Enrico Scholz wrote:
> Khem Raj <raj.khem@gmail.com> writes:
> 
> > GCC 4.5 has been tested quite a bit
> 
> Probably not on ARMv5 ;) There 5/3 == 3 holds and ld.so crashes due to
> related errors.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45817

That bug seems to be specific to --enable-target-optspace, which (afaik)
isn't selected for armv5 by the current recipes.  Are you actually
seeing that bug on a toolchain built with the settings in OE?

p.





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

* Re: [PATCH] sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions
  2010-09-28 14:28   ` Phil Blundell
@ 2010-09-28 15:16     ` Enrico Scholz
  2010-09-28 15:44       ` Phil Blundell
  0 siblings, 1 reply; 8+ messages in thread
From: Enrico Scholz @ 2010-09-28 15:16 UTC (permalink / raw)
  To: openembedded-devel

Phil Blundell <philb@gnu.org> writes:

>> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45817
>
> That bug seems to be specific to --enable-target-optspace, which (afaik)
> isn't selected for armv5 by the current recipes.  Are you actually
> seeing that bug on a toolchain built with the settings in OE?

I have local customizations but I can not see in

$ git grep -i optspace

on vanilla OE where optspace is disabled for armv5.


Enrico



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

* Re: [PATCH] sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions
  2010-09-28 13:47 ` Enrico Scholz
  2010-09-28 14:28   ` Phil Blundell
@ 2010-09-28 15:28   ` Khem Raj
  2010-09-28 17:32   ` Enrico Scholz
  2 siblings, 0 replies; 8+ messages in thread
From: Khem Raj @ 2010-09-28 15:28 UTC (permalink / raw)
  To: openembedded-devel

On Tue, Sep 28, 2010 at 6:47 AM, Enrico Scholz
<enrico.scholz@sigma-chemnitz.de> wrote:
> Khem Raj <raj.khem@gmail.com> writes:
>
>> GCC 4.5 has been tested quite a bit
>
> Probably not on ARMv5 ;) There 5/3 == 3 holds and ld.so crashes due to
> related errors.
>
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45817

yes there are few other bugs open against gcc 4.5 Interestingly I did
not hit this bug while building images for qemuarm which is armv5. Is
it common enough occurring problem that we should not use gcc 4.5 ?

>
>
> Enrico
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [PATCH] sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions
  2010-09-28 15:16     ` Enrico Scholz
@ 2010-09-28 15:44       ` Phil Blundell
  0 siblings, 0 replies; 8+ messages in thread
From: Phil Blundell @ 2010-09-28 15:44 UTC (permalink / raw)
  To: openembedded-devel

On Tue, 2010-09-28 at 17:16 +0200, Enrico Scholz wrote:
> Phil Blundell <philb@gnu.org> writes:
> 
> >> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45817
> >
> > That bug seems to be specific to --enable-target-optspace, which (afaik)
> > isn't selected for armv5 by the current recipes.  Are you actually
> > seeing that bug on a toolchain built with the settings in OE?
> 
> I have local customizations but I can not see in
> 
> $ git grep -i optspace
> 
> on vanilla OE where optspace is disabled for armv5.

Oh yes, right, it does seem to be enabled globally in
gcc-configure-common.  I had somehow read that conditional backwards
when I looked at it before.

If that's the case then yes, obviously this needs fixing before gcc 4.5
is made the default.  The slightly odd thing is that the corresponding
conditional in lib1funcs.asm seems to have been there basically forever
(since r77171) and it isn't obvious to me why it has suddenly broken
now.

p.





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

* Re: [PATCH] sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions
  2010-09-28 13:47 ` Enrico Scholz
  2010-09-28 14:28   ` Phil Blundell
  2010-09-28 15:28   ` Khem Raj
@ 2010-09-28 17:32   ` Enrico Scholz
  2 siblings, 0 replies; 8+ messages in thread
From: Enrico Scholz @ 2010-09-28 17:32 UTC (permalink / raw)
  To: openembedded-devel

Enrico Scholz <enrico.scholz@sigma-chemnitz.de> writes:

> Probably not on ARMv5 ;) There 5/3 == 3 holds and ld.so crashes due to
> related errors.

sorry; my fault.  I applied a broken patch from [1].


Enrico

Footnotes: 
[1]  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43999



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

end of thread, other threads:[~2010-09-28 17:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-25 23:17 [PATCH] sane-toolchain.inc: Make gcc 4.5 & eglibc 2.12 as default sane versions Khem Raj
2010-09-26  8:12 ` Martin Jansa
2010-09-28 13:47 ` Enrico Scholz
2010-09-28 14:28   ` Phil Blundell
2010-09-28 15:16     ` Enrico Scholz
2010-09-28 15:44       ` Phil Blundell
2010-09-28 15:28   ` Khem Raj
2010-09-28 17:32   ` Enrico Scholz

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.