diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-01-14 16:01:02 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-01-14 16:01:02 +0000 |
commit | 3392f8b6d6f3964433b55a94cc01673b2dd1dd65 (patch) | |
tree | 4cdb91e2838e76ca4a130930a721556eed73912a /Makerules | |
parent | 9324e66665c4c7197856ac249a32a88ee6d86e21 (diff) |
- hide __dl_ldso__ (Peter S. Mazinger)
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -313,7 +313,7 @@ $(top_builddir)lib/interp.c: | $(sub_headers) $(Q)$(INSTALL) -d $(dir $@) $(Q)echo "/* Force shared libraries to know about the correct library loader */" > $@ $(Q)echo "#include <features.h>" >> $@ - $(Q)echo "const char __dl_ldso__[] __attribute__ ((section " \ + $(Q)echo "const char __dl_ldso__[] attribute_hidden __attribute__ ((weak)) __attribute__ ((section " \ "(\".interp\"))) =\""$(SHARED_LIB_LOADER_PREFIX)/$(UCLIBC_LDSO)"\";" >> $@ $(interp): $(top_builddir)lib/interp.c |