1
0
Fork 0
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:
Daniel Stenberg 2005-02-04 08:33:46 +00:00
parent 16df4e0818
commit 3edc65b137

View file

@ -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"