Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec0203e7 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Linus Torvalds
Browse files

m68k: CROSS_COMPILE = m68k-linux-gnu-



Recent cross-compilers are called m68k-linux-gnu-gcc instead of m68k-linux-gcc

Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a1005012
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@ AS += -m68020
LDFLAGS := -m m68kelf
LDFLAGS := -m m68kelf
ifneq ($(COMPILE_ARCH),$(ARCH))
ifneq ($(COMPILE_ARCH),$(ARCH))
	# prefix for cross-compiling binaries
	# prefix for cross-compiling binaries
	CROSS_COMPILE = m68k-linux-
	CROSS_COMPILE = m68k-linux-gnu-
endif
endif


ifdef CONFIG_SUN3
ifdef CONFIG_SUN3