From: Paul Mundt Date: Mon, 18 Jun 2012 04:48:08 +0000 (+0900) Subject: Makefile: fix up CROSS_COMPILE and READABLE_ASM interaction. X-Git-Tag: v3.5-rc4~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1f42beb8e287482d1a802731d4fb7e2bdc2c703;p=pandora-kernel.git Makefile: fix up CROSS_COMPILE and READABLE_ASM interaction. When the READABLE_ASM cc-option tests were added they were done so prior to the arch Makefile include, resulting in cc-option being run on the host cc instead of the factoring in the cross prefix set up by the architecture. This bumps the include back up so that cc-option actually runs on the compiler that we're building with. Cc: Andi Kleen Signed-off-by: Paul Mundt Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed