]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
aarch64: morello: disable the vpcs test
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 1 Mar 2021 11:01:40 +0000 (11:01 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 27 Oct 2022 13:46:53 +0000 (14:46 +0100)
The asm code of the test is for lp64 ABI only.

sysdeps/aarch64/Makefile

index 17fb1c5b727dda05b857e9b0a79e4c481e9cc889..d50384c47b2476bc7c1dc3dc331ecd2b7b5f1f66 100644 (file)
@@ -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