This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.22-574-gb3f6040


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  b3f6040781f78af648fc90f67cec3e49a338b3e9 (commit)
      from  67385a01d229751569b6aac067ffdcd813a15d7a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=b3f6040781f78af648fc90f67cec3e49a338b3e9

commit b3f6040781f78af648fc90f67cec3e49a338b3e9
Author: Andrew Senkevich <andrew.senkevich@intel.com>
Date:   Thu Dec 3 20:24:37 2015 +0300

    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 4b41f95..7654fa4 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 6a926e9..20f90d9 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
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog     |    5 +++++
 math/Makefile |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]