Anybody would object this? It allows one to override CROSS_COMPILE from command line or top-level Makefile. Jun
diff -Nru linux/arch/mips/Makefile.orig linux/arch/mips/Makefile --- linux/arch/mips/Makefile.orig Thu Feb 20 10:49:18 2003 +++ linux/arch/mips/Makefile Thu Feb 20 12:18:53 2003 @@ -23,7 +23,9 @@ endif ifdef CONFIG_CROSSCOMPILE -CROSS_COMPILE = $(tool-prefix) + ifndef CROSS_COMPILE + CROSS_COMPILE = $(tool-prefix) + endif endif #