From: Andrew Senkevich Date: Thu, 3 Dec 2015 17:24:37 +0000 (+0300) Subject: Corrected path to installed libmvec_nonshared.a X-Git-Tag: glibc-2.23~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3f6040781f78af648fc90f67cec3e49a338b3e9;p=thirdparty%2Fglibc.git Corrected path to installed libmvec_nonshared.a * math/Makefile ($(inst_libdir)/libm.so): Corrected path to libmvec_nonshared.a --- diff --git a/ChangeLog b/ChangeLog index 4b41f958351..7654fa422e0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-12-03 Andrew Senkevich + + * math/Makefile ($(inst_libdir)/libm.so): Corrected path to + installed libmvec_nonshared.a. + 2015-12-03 Carlos Eduardo Seo * sysdeps/powerpc/Makefile (sysdep-dl-routines): Add hwcapinfo. diff --git a/math/Makefile b/math/Makefile index 6a926e97c37..20f90d984b9 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