From 4fc00222cb5851e28e83d367f173038c7d026b03 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Fri, 24 Jul 2009 21:53:32 +0000 Subject: Dependency generation now uses all cores on multi-core machines. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22021 a1c6a512-1295-4272-9138-f99709370657 --- tools/functions.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/functions.make') diff --git a/tools/functions.make b/tools/functions.make index d08742a133..045354da66 100644 --- a/tools/functions.make +++ b/tools/functions.make @@ -33,7 +33,7 @@ c2obj = $(addsuffix .o,$(basename $(subst $(ROOTDIR),$(BUILDDIR),$(1)))) # calculate dependencies for a list of source files $(2) and output them # to a file $(1)_, to be later renamed to $(1). mkdepfile = $(shell \ - $(CC) $(PPCFLAGS) $(OTHER_INC) -MG -MM -include config.h $(2) | \ + perl $(TOOLSDIR)/multigcc.pl $(CC) $(PPCFLAGS) $(OTHER_INC) -MG -MM -include config.h -- $(2) | \ sed -e "s: lang.h: lang/lang_core.o:" \ -e 's:_asmdefs.o:_asmdefs.h:' \ -e "s: max_language_size.h: lang/max_language_size.h:" | \ -- cgit v1.2.3