~vcs-imports/eglibc/trunk

« back to all changes in this revision

Viewing changes to libc/debug/Makefile

  • Committer: joseph
  • Date: 2013-06-04 15:48:26 UTC
  • Revision ID: svn-v4:7b3dc134-2b1b-0410-93df-9e9f96275f8d:trunk:23218
Merge changes between r23097 and r23217 from /fsf/trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
            -e 's|@PKGVERSION@|$(PKGVERSION)|' \
202
202
            -e 's|@REPORT_BUGS_TO@|$(REPORT_BUGS_TO)|' $^ > $@.new \
203
203
        && rm -f $@ && mv $@.new $@ && chmod +x $@
204
 
 
205
 
# Depend on libc.so so a DT_NEEDED is generated in the shared objects.
206
 
# This ensures they will load libc.so for needed symbols if loaded by
207
 
# a statically-linked program that hasn't already loaded it.
208
 
$(objpfx)libSegFault.so: $(common-objpfx)libc.so \
209
 
                         $(common-objpfx)libc_nonshared.a \
210
 
                         $(elf-objpfx)$(rtld-installed-name)
211
 
$(objpfx)libpcprofile.so: $(common-objpfx)libc.so \
212
 
                          $(common-objpfx)libc_nonshared.a \
213
 
                          $(elf-objpfx)$(rtld-installed-name)