Searched hist:ca786f83a97d7897b013b1e9b290c9010b69af9b (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/ |
H A D | Makefile | diff ca786f83a97d7897b013b1e9b290c9010b69af9b Tue Oct 02 22:30:09 CEST 2007 Adrian Bunk <bunk@kernel.org> [POWERPC] Select proper defconfig for crosscompiles
The trick for finding the right defconfig is neat, but you forgot to provide an i686_defconfig. ;-)
More seriously, cross compiling the defconfig is often useful, e.g. for testing the compilation of patches that touch multiple architectures, and this patch therefore chooses g5_defconfig if $(CROSS_COMPILE) is non-empty.
Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Sam Ravnborg <sam@ravnborg.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Olof Johansson <olof@lixom.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
|