2.26.90 : missing 'libmvec_nonshared.a' ?

Joseph Myers joseph@codesourcery.com
Tue Oct 31 15:05:00 GMT 2017


On Tue, 31 Oct 2017, Jason Vas Dias wrote:

>    CC=arm-linux-gnueabihh
>    CFLAGS='-mtune=cortex-a15 -O3 -g'
>     ../configure --prefix=/usr --with-headers=${path_to_kernel_4.9_headers}  \
>     --build=x86_64-linux-gnu --host=arm-linux-gnueabihf --enable-multi-arch \
>     --enable-obsolete-rpc --enable-obsolete-nsl \
>     --enable-tunables=yes --enable-mathvec

libmvec is only supported for x86_64 (it's entirely implemented in 
assembly).  Probably we should have some way for architectures to declare 
in their configure.ac fragments that they support libmvec, and for 
configure to give an error if you try to enable it on an unsupported 
architecture.

-- 
Joseph S. Myers
joseph@codesourcery.com



More information about the Libc-alpha mailing list