[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120227003037.GE21842@windriver.com>
Date: Sun, 26 Feb 2012 19:30:38 -0500
From: Paul Gortmaker <paul.gortmaker@...driver.com>
To: Mike Frysinger <vapier@...too.org>
CC: <JBottomley@...allels.com>, <jejb@...isc-linux.org>,
<kyle@...artin.ca>, <deller@....de>,
<linux-parisc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-next@...r.kernel.org>
Subject: Re: [PATCH] parisc: dont unconditionally override CROSS_COMPILE for
64 bit.
[Re: [PATCH] parisc: dont unconditionally override CROSS_COMPILE for 64 bit.] On 26/02/2012 (Sun 19:23) Mike Frysinger wrote:
> On Sunday 26 February 2012 18:26:53 Paul Gortmaker wrote:
> > --- a/arch/parisc/Makefile
> > +++ b/arch/parisc/Makefile
> >
> > -CROSS_COMPILE := hppa64-linux-gnu-
> > +ifndef CROSS_COMPILE
> > + CROSS_COMPILE := hppa64-linux-gnu-
> > +endif
>
> this should accomplish the same thing in practice:
> CROSS_COMPILE ?= hppa64-linux-gnu-
Good point, I'll wait for a bit in case I was missing something else
obvious, and then resend.
THanks,
P.
> -mike
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists