[oe] [oe-commits] Tom Rini : base.bbclass: check_gcc3 needs to check for gcc-3.4.6 first.

Tom Rini trini at embeddedalley.com
Sun May 3 23:30:17 UTC 2009


On Mon, May 04, 2009 at 01:30:09AM +0200, GIT User account wrote:

> Module: openembedded.git
> Branch: org.openembedded.dev
> Commit: 714bed6ab1174ec126ea7d8c8655d1cfd6900325
> URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=714bed6ab1174ec126ea7d8c8655d1cfd6900325
> 
> Author: Tom Rini <trini at embeddedalley.com>
> Date:   Sun May  3 19:23:57 2009 -0400
> 
> base.bbclass: check_gcc3 needs to check for gcc-3.4.6 first.
> Comment on what this function is used for primarily.  The default
> gcc3-native that we build is called 'gcc-3.4.6' so look for that one
> first.

I thought we had fixed this before, but apparently we had not.  I'd like
to propose two related changes, and then pull this all out for
stable/2009.  First, no distro has a preferred version for gcc3-native,
so I would like to drop gcc-native_3.4.4 and just use 3.4.6.  Second,
I'd like to change the order to:
'gcc-3.4.6 gcc-3.4.7 gcc-3.4 gcc34' as I'm unconvinced that anything
older than that will work for qemu-native (the only caller of
check_gcc3) given that people have problems with too old of a version of
gcc-3.4 being provided by their distro in the 'gcc 3.4.x toolchain'
package.

-- 
Tom Rini




More information about the Openembedded-devel mailing list