From: James Bottomley Date: Mon, 27 Feb 2012 21:41:05 +0000 (+0000) Subject: [PARISC] don't unconditionally override CROSS_COMPILE for 64 bit. X-Git-Tag: v3.3-rc6~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aabb70dc23799e09d69d528756471d854f993136;p=pandora-kernel.git [PARISC] don't unconditionally override CROSS_COMPILE for 64 bit. The user may wish to set their own value (for real cross compiles). Since the top level Makefile initialises CROSS_COMPILE to empty by default, we must check it for being empty (rather than for being defined) before we override. Reported-by: Paul Gortmaker Signed-off-by: James Bottomley --- Reading git-diff-tree failed