diff options
author | Chris Packham <judge.packham@gmail.com> | 2023-08-31 17:10:15 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-09-01 16:34:58 +1200 |
commit | cf25b4edb096c9b815daa202968c15906b8047e5 (patch) | |
tree | 6a849dc03aeabb66eb21570690d45578cf63708a /samples | |
parent | b46a0dbd1b1ad0d336dbf533892d8ba872e31c08 (diff) | |
download | crosstool-ng-cf25b4edb096c9b815daa202968c15906b8047e5.tar.gz crosstool-ng-cf25b4edb096c9b815daa202968c15906b8047e5.tar.bz2 crosstool-ng-cf25b4edb096c9b815daa202968c15906b8047e5.zip |
glibc: Fix SVE detection on aarch64
glibc-2.28 complains:
configure: error: use a compatible toolchain or configure with --disable-mathvec (this results in incomplete ABI).
Apparently this is a problem in the way GCC passes the -mcpu and -march
values to the assembler. As a workaround have the configure check pass
-mcpu as well to override anything we're passing in the environment.
Patch and explanation taken from the Yocto project with thanks.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'samples')
0 files changed, 0 insertions, 0 deletions