diff options
author | Andrew Senkevich <andrew.senkevich@intel.com> | 2015-04-28 13:48:23 +0300 |
---|---|---|
committer | Andrew Senkevich <andrew.n.senkevich@gmail.com> | 2015-04-28 13:48:23 +0300 |
commit | ec3a4b85a8568795e30307e1c2f892cdb5ffafe6 (patch) | |
tree | 915fbb831dc54785db663ede155d43ee7438d9a6 /shlib-versions | |
parent | a50ac6ec0a8e23e1b062e92545606951747c8b8c (diff) | |
download | glibc-andros/libmvec.tar.gz |
This is infrastructure update for configure, build and install of vectorandros/libmvec
math library. Installation of libm.so as linker script only in case of
libmvec.so build.
2015-04-28 Andrew Senkevich <andrew.n.senkevich@gmail.com>
* Makeconfig (rpath-dirs, all-subdirs): Added mathvec folder.
(libmvec): New variable.
* configure.ac: Added option for mathvec build.
* configure: Regenerated.
* mathvec/Depend: New file.
* mathvec/Makefile: New file.
* shlib-versions: Added libmvec.
* math/Makefile: Added rule for libm.so installation.
Diffstat (limited to 'shlib-versions')
-rw-r--r-- | shlib-versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shlib-versions b/shlib-versions index e05b248e8d..fa3cf1da44 100644 --- a/shlib-versions +++ b/shlib-versions @@ -71,3 +71,6 @@ libanl=1 # This defines the libgcc soname version this glibc is to load for # asynchronous cancellation to work correctly. libgcc_s=1 + +# The vector math library +libmvec=1 |