From e1b1183f401974700a67db76f39e2bba9a5984e1 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Thu, 23 Dec 2010 18:59:58 +0000 Subject: 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 --- rbutil/mktccboot/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rbutil/mktccboot/Makefile') diff --git a/rbutil/mktccboot/Makefile b/rbutil/mktccboot/Makefile index 1b8ff5b349..7a7acf87b7 100644 --- a/rbutil/mktccboot/Makefile +++ b/rbutil/mktccboot/Makefile @@ -56,7 +56,7 @@ $(OUT)/%.o: %.c $(OUT) libmktccboot$(RBARCH).a: $(LIBOBJS) @echo AR $@ - $(SILENT)$(AR) ruc $(TARGET_DIR)$@ $^ + $(SILENT)$(AR) rucs $(TARGET_DIR)$@ $^ # building the standalone executable $(OUTPUT): $(OBJS) $(EXTRADEPS) -- cgit v1.2.3