From: Geert Uytterhoeven Date: Tue, 1 May 2007 20:32:40 +0000 (+0200) Subject: m68k: CROSS_COMPILE = m68k-linux-gnu- X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=ec0203e75360638237299b78a7b0d343301075b3;p=deliverable%2Flinux.git m68k: CROSS_COMPILE = m68k-linux-gnu- Recent cross-compilers are called m68k-linux-gnu-gcc instead of m68k-linux-gcc Signed-off-by: Geert Uytterhoeven Signed-off-by: Linus Torvalds --- diff --git a/arch/m68k/Makefile b/arch/m68k/Makefile index 34d826d10f1b..c20831a7e1a9 100644 --- a/arch/m68k/Makefile +++ b/arch/m68k/Makefile @@ -21,7 +21,7 @@ AS += -m68020 LDFLAGS := -m m68kelf ifneq ($(COMPILE_ARCH),$(ARCH)) # prefix for cross-compiling binaries - CROSS_COMPILE = m68k-linux- + CROSS_COMPILE = m68k-linux-gnu- endif ifdef CONFIG_SUN3