Correct missed use of $(rtlddir).
authorMarcus Shawcroft <marcus.shawcroft@linaro.org>
Wed, 20 Mar 2013 14:23:09 +0000 (14:23 +0000)
committerMarcus Shawcroft <marcus.shawcroft@linaro.org>
Wed, 20 Mar 2013 14:23:47 +0000 (14:23 +0000)
ChangeLog
Makerules

index 66e6638..2cfd67b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
+
+       * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
+
 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
 
        [BZ 14176]
index 5ba670c..d88bb62 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -928,7 +928,7 @@ $(inst_libdir)/libc.so: $(common-objpfx)format.lds \
         cat $<; \
         echo 'GROUP ( $(slibdir)/libc.so$(libc.so-version)' \
              '$(libdir)/$(patsubst %,$(libtype.oS),$(libprefix)$(libc-name))'\
-             ' AS_NEEDED (' $(slibdir)/$(rtld-installed-name) ') )' \
+             ' AS_NEEDED (' $(rtlddir)/$(rtld-installed-name) ') )' \
        ) > $@.new
        mv -f $@.new $@