aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzabolcs Nagy <szabolcs.nagy@arm.com>2021-03-01 11:01:40 +0000
committerSzabolcs Nagy <szabolcs.nagy@arm.com>2022-08-05 19:45:19 +0100
commitc779cc818eb15d8e3389827b77185cd102a7c710 (patch)
treee70017a34566d18cf26b8adbf847cc6ce0ce53f4
parentec5240f821f475379330283349fb9efd569c1ce6 (diff)
downloadglibc-c779cc818eb15d8e3389827b77185cd102a7c710.tar
glibc-c779cc818eb15d8e3389827b77185cd102a7c710.tar.gz
glibc-c779cc818eb15d8e3389827b77185cd102a7c710.tar.bz2
glibc-c779cc818eb15d8e3389827b77185cd102a7c710.zip
aarch64: morello: disable the vpcs test
The asm code of the test is for lp64 ABI only.
-rw-r--r--sysdeps/aarch64/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/aarch64/Makefile b/sysdeps/aarch64/Makefile
index 17fb1c5b72..d50384c47b 100644
--- a/sysdeps/aarch64/Makefile
+++ b/sysdeps/aarch64/Makefile
@@ -39,7 +39,7 @@ gen-as-const-headers += dl-link.sym
tests-internal += tst-ifunc-arg-1 tst-ifunc-arg-2
-ifeq (yes,$(aarch64-variant-pcs))
+ifeq (yesyesno,$(aarch64-variant-pcs)$(build-shared)$(aarch64-purecap))
tests += tst-vpcs
modules-names += tst-vpcs-mod
LDFLAGS-tst-vpcs-mod.so = -Wl,-z,lazy