summaryrefslogtreecommitdiffstats
path: root/firmware
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 /firmware
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
Diffstat (limited to 'firmware')
-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)
dep: $(DEPFILE)
$(TOOLSDIR)/convbdf:
- $(MAKE) -C $(TOOLSDIR)
+ $(MAKE) CC=gcc LD=ld -C $(TOOLSDIR)
$(OUTPUT): $(OBJS) $(DEPFILE)
@echo "AR $@"