From: Geert Uytterhoeven Date: Sat, 12 May 2012 20:14:36 +0000 (+0200) Subject: m68k: Setup CROSS_COMPILE at the top X-Git-Tag: v3.5-rc1~188^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f25e918e3546477948be999c3a7d56b316d74e4b;p=pandora-kernel.git m68k: Setup CROSS_COMPILE at the top CROSS_COMPILE must be setup before using e.g. cc-option (and a few other as-*, cc-*, ld-* macros), else they will check against the wrong compiler when cross-compiling, and may invoke the cross compiler with wrong or suboptimal compiler options. Signed-off-by: Geert Uytterhoeven Acked-by: Greg Ungerer --- Reading git-diff-tree failed