summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-11-15 06:51:21 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-11-15 06:51:21 +0000
commit890558ee7ca62232008d4eeee605a060bf9f76e9 (patch)
treebe911506920bc0732430887fc6928781378791ce
parent685aeb5d7d5c0f5c2c33a5c951e51237611dd999 (diff)
downloadrockbox-890558ee7ca62232008d4eeee605a060bf9f76e9.tar.gz
rockbox-890558ee7ca62232008d4eeee605a060bf9f76e9.zip
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
-rw-r--r--firmware/Makefile2
1 files changed, 1 insertions, 1 deletions
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)
24dep: $(DEPFILE) 24dep: $(DEPFILE)
25 25
26$(TOOLSDIR)/convbdf: 26$(TOOLSDIR)/convbdf:
27 $(MAKE) -C $(TOOLSDIR) 27 $(MAKE) CC=gcc LD=ld -C $(TOOLSDIR)
28 28
29$(OUTPUT): $(OBJS) $(DEPFILE) 29$(OUTPUT): $(OBJS) $(DEPFILE)
30 @echo "AR $@" 30 @echo "AR $@"