summaryrefslogtreecommitdiff
path: root/rbutil/mkmpioboot/Makefile
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2010-12-23 18:59:58 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2010-12-23 18:59:58 +0000
commite1b1183f401974700a67db76f39e2bba9a5984e1 (patch)
tree95c145de01d23ebf4a77c8c69ef30eda8c6793f8 /rbutil/mkmpioboot/Makefile
parent7f6c271badb6ff0620a978b876ea0bcea090a24c (diff)
downloadrockbox-e1b1183f401974700a67db76f39e2bba9a5984e1.tar.gz
rockbox-e1b1183f401974700a67db76f39e2bba9a5984e1.zip
Tweak Makefiles a bit to allow cross compiling Rockbox Utility.
- pass AR to the lib Makefiles to make sure the correct one gets used. - create an archive index for archives. - simplify ucl Makefile a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28883 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/mkmpioboot/Makefile')
-rw-r--r--rbutil/mkmpioboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mkmpioboot/Makefile b/rbutil/mkmpioboot/Makefile
index 7ba7c41a1f..5e138b6f12 100644
--- a/rbutil/mkmpioboot/Makefile
+++ b/rbutil/mkmpioboot/Makefile
@@ -54,7 +54,7 @@ $(OBJDIR)%.o: %.c
54 54
55libmkmpioboot$(RBARCH).a: $(LIBOBJS) 55libmkmpioboot$(RBARCH).a: $(LIBOBJS)
56 @echo AR $@ 56 @echo AR $@
57 $(SILENT)$(AR) ruc $(TARGET_DIR)$@ $^ 57 $(SILENT)$(AR) rucs $(TARGET_DIR)$@ $^
58 58
59# building the standalone executable 59# building the standalone executable
60$(OUTPUT): $(OBJS) $(EXTRADEPS) 60$(OUTPUT): $(OBJS) $(EXTRADEPS)