From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Ellerman Subject: Re: [PATCH 02/12] configure.sh: use gcc as default compiler Date: Thu, 17 Oct 2013 23:53:45 +1100 Message-ID: <1382014425.19268.1.camel@concordia> 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> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20131017064542.GF2381@lakka.kapsi.fi> Sender: trinity-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Mikko Rapeli Cc: trinity@vger.kernel.org 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. cheers