about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Senkevich <andrew.senkevich@intel.com>2015-12-03 20:54:52 +0300
committerMike Frysinger <vapier@gentoo.org>2016-01-24 03:53:32 -0500
commitb84ee767b4303b77a5a284b2d03f56c98d89263c (patch)
treeb3696ab206d5ce93893ca169e2befef4f77e87d0
parent65402b410d9c0f3b85749a6d771d27f783026da1 (diff)
downloadglibc-b84ee767b4303b77a5a284b2d03f56c98d89263c.tar.gz
glibc-b84ee767b4303b77a5a284b2d03f56c98d89263c.tar.xz
glibc-b84ee767b4303b77a5a284b2d03f56c98d89263c.zip
Corrected path to installed libmvec_nonshared.a
    * math/Makefile ($(inst_libdir)/libm.so): Corrected path to
    libmvec_nonshared.a

(cherry picked from commit 13ff0739fdca293adab02b9f4fe78395de251086)
-rw-r--r--math/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile
index 76f99fb720..2c9d72da0b 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -98,7 +98,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