aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Senkevich <andrew.senkevich@intel.com>2015-12-03 20:24:37 +0300
committerAndrew Senkevich <andrew.senkevich@intel.com>2015-12-03 20:24:37 +0300
commitb3f6040781f78af648fc90f67cec3e49a338b3e9 (patch)
tree13800c034009916ef658e15d6195500bc6aac017
parent67385a01d229751569b6aac067ffdcd813a15d7a (diff)
downloadglibc-b3f6040781f78af648fc90f67cec3e49a338b3e9.tar
glibc-b3f6040781f78af648fc90f67cec3e49a338b3e9.tar.gz
glibc-b3f6040781f78af648fc90f67cec3e49a338b3e9.tar.bz2
glibc-b3f6040781f78af648fc90f67cec3e49a338b3e9.zip
Corrected path to installed libmvec_nonshared.a
* math/Makefile ($(inst_libdir)/libm.so): Corrected path to libmvec_nonshared.a
-rw-r--r--ChangeLog5
-rw-r--r--math/Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b41f95835..7654fa422e 100644
--- 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.
diff --git a/math/Makefile b/math/Makefile
index 6a926e97c3..20f90d984b 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -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