mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
Adjust a few makefiles to generate smaller (upto 80%) binaries on RaaA through
stripping. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31541 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a53d1c6dc5
commit
0bc64a6bb3
3 changed files with 11 additions and 6 deletions
|
@ -116,6 +116,7 @@ classes: $(R_OBJ) $(JAVA_OBJ)
|
|||
|
||||
$(BUILDDIR)/$(BINARY): $$(OBJ) $(VOICESPEEXLIB) $(FIRMLIB) $(SKINLIB) $(CPUFEAT_BUILD)/cpu-features.o
|
||||
$(call PRINTS,LD $(BINARY))$(CC) -o $@ $^ $(LDOPTS) $(GLOBAL_LDOPTS)
|
||||
$(call PRINTS,OC $(@F))$(OC) -S -x $@
|
||||
|
||||
$(BINLIB_DIR)/$(BINARY): $(BUILDDIR)/$(BINARY)
|
||||
$(call PRINTS,CP $(BINARY))cp $^ $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue