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 gentoo/2.22 updated. glibc-2.22-33-gb84ee76


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, gentoo/2.22 has been updated
       via  b84ee767b4303b77a5a284b2d03f56c98d89263c (commit)
      from  65402b410d9c0f3b85749a6d771d27f783026da1 (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=b84ee767b4303b77a5a284b2d03f56c98d89263c

commit b84ee767b4303b77a5a284b2d03f56c98d89263c
Author: Andrew Senkevich <andrew.senkevich@intel.com>
Date:   Thu Dec 3 20:54:52 2015 +0300

    Corrected path to installed libmvec_nonshared.a
    
        * math/Makefile ($(inst_libdir)/libm.so): Corrected path to
        libmvec_nonshared.a
    
    (cherry picked from commit 13ff0739fdca293adab02b9f4fe78395de251086)

diff --git a/math/Makefile b/math/Makefile
index 76f99fb..2c9d72d 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
 

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

Summary of changes:
 math/Makefile |    2 +-
 1 files changed, 1 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]