From 3edc65b137cf7f17d4412ac018afa6731a466b74 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 4 Feb 2005 08:33:46 +0000 Subject: preprocess the linker file with more info git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5770 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 843d3a5f88..802ff04675 100644 --- a/apps/plugins/Makefile +++ b/apps/plugins/Makefile @@ -48,7 +48,7 @@ $(OBJDIR)/libplugin.a: # in number of MB $(LINKFILE): $(LDS) @echo "build $@" - @$(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(DEFINES) -x c -E -P $< >$@ + @cat $< | $(CC) -DMEMORYSIZE=$(MEMORYSIZE) $(INCLUDES) $(TARGET) $(DEFINES) -E -P - >$@ clean: @echo "cleaning plugins" -- cgit v1.2.3