Gbp-Pq: Topic any
Gbp-Pq: Name local-rtlddir-cross.diff
ifndef rtlddir
rtlddir = $(slibdir)
endif
-inst_rtlddir = $(install_root)$(rtlddir)
+inst_rtlddir = $(install_root)$(slibdir)
# Prefix to put on files installed in $(libdir). For libraries `libNAME.a',
# the prefix is spliced between `lib' and the name, so the linker switch
cat $<; \
echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \
'$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)$(libc-name))'\
- ' AS_NEEDED (' $(rtlddir)/$(rtld-installed-name) ') )' \
+ ' AS_NEEDED (' $(slibdir)/$(rtld-installed-name) ') )' \
) > $@.new
ifeq ($(patsubst gnu%,,$(config-os)),)
echo 'INPUT ( AS_NEEDED ( -lmachuser -lhurduser ) )' >> $@.new