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:
parent
685aeb5d7d
commit
890558ee7c
1 changed files with 1 additions and 1 deletions
|
@ -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 $@"
|
||||
|
|
Loading…
Reference in a new issue