diff options
-rw-r--r-- | arch/m68k/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
21 | LDFLAGS := -m m68kelf | 21 | LDFLAGS := -m m68kelf |
22 | ifneq ($(COMPILE_ARCH),$(ARCH)) | 22 | ifneq ($(COMPILE_ARCH),$(ARCH)) |
23 | # prefix for cross-compiling binaries | 23 | # prefix for cross-compiling binaries |
24 | CROSS_COMPILE = m68k-linux- | 24 | CROSS_COMPILE = m68k-linux-gnu- |
25 | endif | 25 | endif |
26 | 26 | ||
27 | ifdef CONFIG_SUN3 | 27 | ifdef CONFIG_SUN3 |