From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Jones Subject: Re: [PATCH 02/12] configure.sh: use gcc as default compiler Date: Fri, 18 Oct 2013 14:01:37 -0400 Message-ID: <20131018180137.GA26499@redhat.com> References: <1381920210-23329-1-git-send-email-mikko.rapeli@iki.fi> <1381920210-23329-2-git-send-email-mikko.rapeli@iki.fi> <1381983830.11189.0.camel@concordia> <20131017064542.GF2381@lakka.kapsi.fi> <1382014425.19268.1.camel@concordia> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <1382014425.19268.1.camel@concordia> Sender: trinity-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Michael Ellerman Cc: Mikko Rapeli , trinity@vger.kernel.org On Thu, Oct 17, 2013 at 11:53:45PM +1100, Michael Ellerman wrote: > On Thu, 2013-10-17 at 09:45 +0300, Mikko Rapeli wrote: > > On Thu, Oct 17, 2013 at 03:23:50PM +1100, Michael Ellerman wrote: > > > On Wed, 2013-10-16 at 13:43 +0300, Mikko Rapeli wrote: > > > > Cross compilers might not have cc symlink but do have gcc. > > > > > > It's trivial to create a symlink from foo-cc to foo-gcc, and any decent > > > cross compiler script will do that for you. > > > > True, but Mentor/Codesourcery Lite version that I had to use did not have > > this and I did not want to fix it. I'm ok if this one is dropped. > > Here's a Nickel kid, buy yourself a symlink ;) > > It's up to Dave but it seems like the wrong fix to me. I don't have strong feelings either way as long everything carries on working for me. Some of the later patches will reject if I do drop this though, so maybe it's simpler to just apply it and move on. Dave