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
This commit is contained in:
Linus Nielsen Feltzing 2004-11-15 06:51:21 +00:00
parent 685aeb5d7d
commit 890558ee7c

View file

@ -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 $@"