[MIPS] Makefile: Fix canonical system names

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@linux-mips.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by Maciej W. Rozycki and committed by Ralf Baechle 3247989e 7c3a622d

+1 -1
+1 -1
arch/mips/Makefile
··· 44 44 45 45 ifneq ($(SUBARCH),$(ARCH)) 46 46 ifeq ($(CROSS_COMPILE),) 47 - CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-gnu-linux- $(tool-archpref)-unknown-gnu-linux-) 47 + CROSS_COMPILE := $(call cc-cross-prefix, $(tool-archpref)-linux- $(tool-archpref)-linux-gnu- $(tool-archpref)-unknown-linux-gnu-) 48 48 endif 49 49 endif 50 50