forked from len0rd/rockbox
preprocess the linker file with more info
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5770 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
16df4e0818
commit
3edc65b137
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue