diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-02-04 08:33:46 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-04 08:33:46 +0000 |
| commit | 3edc65b137cf7f17d4412ac018afa6731a466b74 (patch) | |
| tree | 10c7940fbacd5b96955aec3eee26ea80c3bdc786 /apps/plugins | |
| parent | 16df4e08188c9c3f7a0ffbcdc2ae07939e68a47d (diff) | |
| download | rockbox-3edc65b137cf7f17d4412ac018afa6731a466b74.zip rockbox-3edc65b137cf7f17d4412ac018afa6731a466b74.tar.gz rockbox-3edc65b137cf7f17d4412ac018afa6731a466b74.tar.bz2 rockbox-3edc65b137cf7f17d4412ac018afa6731a466b74.tar.xz | |
preprocess the linker file with more info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5770 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/Makefile b/apps/plugins/Makefile index 843d3a5..802ff04 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" |