From b3f6040781f78af648fc90f67cec3e49a338b3e9 Mon Sep 17 00:00:00 2001 From: Andrew Senkevich Date: Thu, 3 Dec 2015 20:24:37 +0300 Subject: Corrected path to installed libmvec_nonshared.a * math/Makefile ($(inst_libdir)/libm.so): Corrected path to libmvec_nonshared.a --- ChangeLog | 5 +++++ math/Makefile | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4b41f95835..7654fa422e 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 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 -- cgit v1.2.3