The GNU `config.guess' uses "linux-gnu" as the canonical system name. Fix the list of compiler prefixes checked to spell it correctly. Signed-off-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx> --- I am assuming the current names are a result of a typo and that the extra spaces used here are for readability, so I have not removed them. Please apply. Maciej patch-mips-2.6.23-20071023-mips-linux-gnu-0 diff -up --recursive --new-file linux-mips-2.6.23-20071023.macro/arch/mips/Makefile linux-mips-2.6.23-20071023/arch/mips/Makefile --- linux-mips-2.6.23-20071023.macro/arch/mips/Makefile 2007-10-23 04:57:23.000000000 +0000 +++ linux-mips-2.6.23-20071023/arch/mips/Makefile 2007-11-11 19:04:39.000000000 +0000 @@ -44,7 +44,7 @@ endif ifneq ($(SUBARCH),$(ARCH)) ifeq ($(CROSS_COMPILE),) - CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-gnu-linux- $(tool-archpref)-unknown-gnu-linux-) + CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(tool-archpref)-unknown-linux-gnu-) endif endif