From: Szabolcs Nagy Date: Mon, 1 Mar 2021 11:01:40 +0000 (+0000) Subject: aarch64: morello: disable the vpcs test X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e3c34542ba58f53b7a828c266f8d7c931237809;p=thirdparty%2Fglibc.git aarch64: morello: disable the vpcs test The asm code of the test is for lp64 ABI only. --- diff --git a/sysdeps/aarch64/Makefile b/sysdeps/aarch64/Makefile index 17fb1c5b727..d50384c47b2 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