From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [71.6.201.124] (helo=easi.embeddedalley.com) by linuxtogo.org with smtp (Exim 4.69) (envelope-from ) id 1M0opX-0006Au-W8 for openembedded-devel@openembedded.org; Mon, 04 May 2009 05:27:00 +0200 Received: (qmail 24162 invoked from network); 4 May 2009 03:21:14 -0000 Received: from easi.embeddedalley.com (HELO localhost) (easi@71.6.201.124) by easi.embeddedalley.com with SMTP; 3 May 2009 20:21:14 -0700 Date: Sun, 3 May 2009 20:21:14 -0700 From: Tom Rini To: openembedded-devel@lists.openembedded.org Message-ID: <20090504032113.GG7973@smtp.west.cox.net> References: <20090503233009.B15601880DC@amethyst.openembedded.net> <20090503233017.GE7973@smtp.west.cox.net> <19c1b8a90905032001x496ed10cp7d132d2ae176572a@mail.gmail.com> MIME-Version: 1.0 In-Reply-To: <19c1b8a90905032001x496ed10cp7d132d2ae176572a@mail.gmail.com> Organization: Embedded Alley Solutions, Inc User-Agent: Mutt/1.5.18 (2008-05-17) Subject: Re: [oe-commits] Tom Rini : base.bbclass: check_gcc3 needs to check for gcc-3.4.6 first. X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 May 2009 03:27:00 -0000 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit On Sun, May 03, 2009 at 08:01:15PM -0700, Khem Raj wrote: > On Sun, May 3, 2009 at 4:30 PM, Tom Rini wrote: > > 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 > >> 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 > > there was no 3.4.7. Does qemu work with any gcc 3.4.x ? > There's no 'real' 3.4.7, but I did a quick google and saw there were somethings calling themselves that, apparently. And presumably they're "new" enough to work. qemu does not work with any 3.4.x, as the problem that was reported was due to too old of a 3.4.x being on the system. > It would be good if its fixed. And I really wish qemu would get fixed / rewritten to work with some sort of modern compiler, yeah :( -- Tom Rini