]> git.baikalelectronics.ru Git - kernel.git/commit
Makefile: fix up CROSS_COMPILE and READABLE_ASM interaction.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 18 Jun 2012 04:48:08 +0000 (13:48 +0900)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 18 Jun 2012 18:10:58 +0000 (11:10 -0700)
commitebf220eda9721d7da1e40346023b29e2fea4147e
tree30c23c1eee0428da0aa6391874f9c9712b96c0c2
parent962808a1289cb2daf5bb951dcb186b9684b5f197
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 <andi@firstfloor.org>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Makefile