[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201202261923.15167.vapier@gentoo.org>
Date: Sun, 26 Feb 2012 19:23:12 -0500
From: Mike Frysinger <vapier@...too.org>
To: Paul Gortmaker <paul.gortmaker@...driver.com>
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.
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-
-mike
Download attachment "signature.asc " of type "application/pgp-signature" (837 bytes)
Powered by blists - more mailing lists