From 3669a657d1e7223c6c21308bdc4c0bbca879e1bc Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Tue, 1 May 2007 22:32:40 +0200 Subject: [PATCH] --- yaml --- r: 53278 b: refs/heads/master c: ec0203e75360638237299b78a7b0d343301075b3 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/m68k/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index afa231761a07..62d54384d19e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a100501212f2e26bb6d70bfb5c55eefd90e22b65 +refs/heads/master: ec0203e75360638237299b78a7b0d343301075b3 diff --git a/trunk/arch/m68k/Makefile b/trunk/arch/m68k/Makefile index 34d826d10f1b..c20831a7e1a9 100644 --- a/trunk/arch/m68k/Makefile +++ b/trunk/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