From 890558ee7ca62232008d4eeee605a060bf9f76e9 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Mon, 15 Nov 2004 06:51:21 +0000 Subject: The tools are to be built with the native compiler git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5411 a1c6a512-1295-4272-9138-f99709370657 --- firmware/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware') diff --git a/firmware/Makefile b/firmware/Makefile index e3364d4387..966d9e048d 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -24,7 +24,7 @@ all: $(TOOLSDIR)/convbdf $(OUTPUT) $(EXTRA_TARGETS) dep: $(DEPFILE) $(TOOLSDIR)/convbdf: - $(MAKE) -C $(TOOLSDIR) + $(MAKE) CC=gcc LD=ld -C $(TOOLSDIR) $(OUTPUT): $(OBJS) $(DEPFILE) @echo "AR $@" -- cgit v1.2.3