diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2010-12-23 18:59:58 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2010-12-23 18:59:58 +0000 |
commit | e1b1183f401974700a67db76f39e2bba9a5984e1 (patch) | |
tree | 95c145de01d23ebf4a77c8c69ef30eda8c6793f8 /rbutil/mkamsboot | |
parent | 7f6c271badb6ff0620a978b876ea0bcea090a24c (diff) | |
download | rockbox-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/mkamsboot')
-rw-r--r-- | rbutil/mkamsboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rbutil/mkamsboot/Makefile b/rbutil/mkamsboot/Makefile index 0a9ab3b4e7..a76259794e 100644 --- a/rbutil/mkamsboot/Makefile +++ b/rbutil/mkamsboot/Makefile | |||
@@ -60,7 +60,7 @@ $(OBJDIR)%.o: %.c | |||
60 | 60 | ||
61 | libmkamsboot$(RBARCH).a: $(LIBOBJS) | 61 | libmkamsboot$(RBARCH).a: $(LIBOBJS) |
62 | @echo AR $@ | 62 | @echo AR $@ |
63 | $(SILENT)$(AR) ruc $(TARGET_DIR)$@ $^ | 63 | $(SILENT)$(AR) rucs $(TARGET_DIR)$@ $^ |
64 | 64 | ||
65 | # building the standalone executable | 65 | # building the standalone executable |
66 | $(OUTPUT): $(OBJS) $(EXTRADEPS) | 66 | $(OUTPUT): $(OBJS) $(EXTRADEPS) |