mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-23 03:52:45 -05:00
re-link the output if librockbox.a is newer
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6518 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
056effc945
commit
38404c0fe0
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ endif
|
|||
|
||||
|
||||
$(BUILDDIR)/$(BINARY) : $(OBJS) $(DEPFILE) $(BUILDDIR)/libsim.a \
|
||||
$(BUILDDIR)/libcomsim.a
|
||||
$(BUILDDIR)/libcomsim.a $(LIBROCKBOX)
|
||||
@echo "LD $(BINARY)"
|
||||
@$(CC) $(GCCOPTS) -o $@ $(OBJS) -L$(BUILDDIR) -lrockbox -lsim -lcomsim $(LDOPTS) $(EXTRAOBJ) -Wl,-Map,$(OBJDIR)/rockbox.map
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue