diff options
| author | Wilco Dijkstra <wdijkstr@arm.com> | 2022-08-11 17:52:00 +0100 |
|---|---|---|
| committer | Wilco Dijkstra <wdijkstr@arm.com> | 2022-08-11 17:52:00 +0100 |
| commit | 12182ba18dabda791a4f63a11ee2e9d828f40f9b (patch) | |
| tree | 5d80d643588e614dc649b731514abd63aed6212b /sysdeps/aarch64/configure.ac | |
| parent | c51c483d2b8ae66fe31a12509aedae02a6982ced (diff) | |
| download | glibc-12182ba18dabda791a4f63a11ee2e9d828f40f9b.tar.xz glibc-12182ba18dabda791a4f63a11ee2e9d828f40f9b.zip | |
AArch64: Fix typo in sve configure check (BZ# 29394)
Fix a typo in the SVE configure check. This fixes [BZ# 29394].
Diffstat (limited to 'sysdeps/aarch64/configure.ac')
| -rw-r--r-- | sysdeps/aarch64/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/aarch64/configure.ac b/sysdeps/aarch64/configure.ac index 51253d9802..85c6f76508 100644 --- a/sysdeps/aarch64/configure.ac +++ b/sysdeps/aarch64/configure.ac @@ -88,7 +88,7 @@ EOF LIBC_CONFIG_VAR([aarch64-variant-pcs], [$libc_cv_aarch64_variant_pcs]) # Check if asm support armv8.2-a+sve -AC_CACHE_CHECK(for SVE support in assembler, libc_cv_asm_sve, [dnl +AC_CACHE_CHECK([for SVE support in assembler], [libc_cv_aarch64_sve_asm], [dnl cat > conftest.s <<\EOF ptrue p0.b EOF |
