Dne 20.5.2012 11:27, Sam Ravnborg napsal(a): > On Sat, May 12, 2012 at 10:39:05PM +0200, Geert Uytterhoeven wrote: >> On architectures that setup CROSS_COMPILE in their arch/*/Makefile >> (blackfin, h8300, m68k, mips, parisc, score, sh, tile, unicore32, xtensa), >> cc-option may check against the wrong compiler, causing errors like >> >> cc1: error: unrecognized command line option "-fno-ipa-cp-clone" >> >> if the host gcc supports -fno-ipa-cp-clone, while the cross compiler >> doesn't support that option. >> >> Move the CONFIG_READABLE_ASM section below the inclusion of the arch's >> Makefile to fix this. >> >> Signed-off-by: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> >> Cc: Andi Kleen <ak@xxxxxxxxxxxxxxx> >> Cc: H. Peter Anvin <hpa@xxxxxxxxx> >> Cc: Michal Marek <mmarek@xxxxxxx> >> Cc: linux-kbuild@xxxxxxxxxxxxxxx > > Michal - was this serie ever applied to kbuild? The first patch has to go to the tip tree, where the CONFIG_READABLE_ASM option is introduced. The remaining patches can go to the individual arch trees, I see Geert already pushed the m68k one. Michal -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html