This is the mail archive of the libc-alpha@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]

Re: 2.26.90 : missing 'libmvec_nonshared.a' ?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]