Kaydet (Commit) f3f77f55 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Produce a ld map file, too

Change-Id: Ieded05eb402e3d87ad039cd06b86e99114ff5afe
üst e24605a7
......@@ -21,7 +21,7 @@ $(LO_XCCONFIG) :
#
all_libs=`$(SRCDIR)/bin/lo-all-static-libs`; \
\
sed -e "s,^\(LINK_LDFLAGS =\).*$$,\1 $$all_libs," \
sed -e "s;^\(LINK_LDFLAGS =\).*$$;\1 -Wl,-map,$(WORKDIR)/\$$(TARGET_NAME).map $$all_libs;" \
-e "s,^\(OTHER_CFLAGS =\).*$$,\1 $(gb_GLOBALDEFS)," \
-e "s,^\(OTHER_CPLUSPLUSFLAGS =\).*$$,\1 $(gb_GLOBALDEFS)," \
< $(LO_XCCONFIG) > $(LO_XCCONFIG).new && mv $(LO_XCCONFIG).new $(LO_XCCONFIG)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment