]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Corrected path to installed libmvec_nonshared.a
authorAndrew Senkevich <andrew.senkevich@intel.com>
Thu, 3 Dec 2015 17:24:37 +0000 (20:24 +0300)
committerAndrew Senkevich <andrew.senkevich@intel.com>
Thu, 3 Dec 2015 17:24:37 +0000 (20:24 +0300)
    * math/Makefile ($(inst_libdir)/libm.so): Corrected path to
    libmvec_nonshared.a

ChangeLog
math/Makefile

index 4b41f9583512e0d9b4071942dbe8083f22b37e7f..7654fa422e018b0c8bef6551766128a4cce53d54 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-12-03  Andrew Senkevich  <andrew.senkevich@intel.com>
+
+       * math/Makefile ($(inst_libdir)/libm.so): Corrected path to
+       installed libmvec_nonshared.a.
+
 2015-12-03  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
 
        * sysdeps/powerpc/Makefile (sysdep-dl-routines): Add hwcapinfo.
index 6a926e97c378f4b5e7aa919b3a70f368dc82ac47..20f90d984b9f37107e2a2a86f0c85ceb948cfb3d 100644 (file)
@@ -99,7 +99,7 @@ $(inst_libdir)/libm.so: $(common-objpfx)format.lds \
        (echo '/* GNU ld script'; echo '*/';\
         cat $<; \
         echo 'GROUP ( $(slibdir)/libm.so$(libm.so-version) ' \
-             'AS_NEEDED ( $(slibdir)/libmvec_nonshared.a $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
+             'AS_NEEDED ( $(libdir)/libmvec_nonshared.a $(slibdir)/libmvec.so$(libmvec.so-version) ) )' \
        ) > $@
 endif