build system: produce link map. Rather useful when you

are wondering why your busybox is much bigger that you hoped for.
This commit is contained in:
Denis Vlasenko
2007-03-15 23:44:10 +00:00
parent 3ce293b585
commit 84a9b8750e
2 changed files with 4 additions and 4 deletions

View File

@@ -563,7 +563,7 @@ busybox-all := $(core-y) $(libs-y)
# May be overridden by arch/$(ARCH)/Makefile
quiet_cmd_busybox__ ?= LINK $@
cmd_busybox__ ?= $(srctree)/scripts/trylink $(CC) $(LDFLAGS) \
-o $@ \
-o $@ -Wl,-M \
-Wl,--warn-common -Wl,--sort-common -Wl,--gc-sections \
-Wl,--start-group $(busybox-all) -Wl,--end-group