1
0
Fork 0
forked from len0rd/rockbox

Revert r15664 and instead define a HOSTAR variable in the main Makefile and pass it to tools/Makefile, the same way CC is handled.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15669 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dave Chapman 2007-11-18 17:17:38 +00:00
parent 99617d71ba
commit ea929b1f8f
2 changed files with 4 additions and 3 deletions

View file

@ -51,7 +51,7 @@ $(DEPFILE): $(SOURCES)
libspeex.a: $(OBJS) $(DEPFILE)
@echo AR libspeex.a
$(SILENT)ar ruv $@ $+ > /dev/null 2>&1
$(SILENT)$(AR) ruv $@ $+ > /dev/null 2>&1
../rbspeexenc: $(OBJS) libspeex.a rbspeexenc.o
@echo Linking ../rbspeexenc