Skip to content

Commit

Permalink
Corrected path to installed libmvec_nonshared.a
Browse files Browse the repository at this point in the history
    * math/Makefile ($(inst_libdir)/libm.so): Corrected path to
    libmvec_nonshared.a
  • Loading branch information
Andrew Senkevich committed Dec 3, 2015
1 parent 67385a0 commit b3f6040
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion math/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b3f6040

Please sign in to comment.