diff options
author | Andrew Senkevich <andrew.n.senkevich@gmail.com> | 2015-05-14 17:28:06 +0300 |
---|---|---|
committer | Andrew Senkevich <andrew.n.senkevich@gmail.com> | 2015-05-14 18:07:06 +0300 |
commit | 5695d46f5dc0ff2ffbcb0c52b1f6c2ada09c39dc (patch) | |
tree | db2ba80e0b866fedd12253686d09e448e905f39b /mathvec/Depend | |
parent | 202d48dab92e0f031928528589f086835595afe5 (diff) | |
download | glibc-5695d46f5dc0ff2ffbcb0c52b1f6c2ada09c39dc.zip glibc-5695d46f5dc0ff2ffbcb0c52b1f6c2ada09c39dc.tar.gz glibc-5695d46f5dc0ff2ffbcb0c52b1f6c2ada09c39dc.tar.bz2 |
This is update for configure, build and install of vector math library.
Installation of libm.so as linker script only in case of libmvec.so build.
2015-05-14 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 'mathvec/Depend')
-rw-r--r-- | mathvec/Depend | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mathvec/Depend b/mathvec/Depend new file mode 100644 index 0000000..ede10ab --- /dev/null +++ b/mathvec/Depend @@ -0,0 +1 @@ +math |