From 9db31d7456a68f7fc448b28dceced26db96f4d66 Mon Sep 17 00:00:00 2001 From: Arjun Shankar Date: Tue, 31 Oct 2023 10:44:32 +0100 Subject: Use correct subdir when building tst-rfc3484* for mach and arm Commit 7f602256ab5b85db1dbfb5f40bd109c4b37b68c8 moved the tst-rfc3484* tests from posix/ to nss/, but didn't correct references to point to their new subdir when building for mach and arm. This commit fixes that. Tested with build-many-glibcs.sh for i686-gnu. --- sysdeps/unix/sysv/linux/arm/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sysv/linux/arm/Makefile b/sysdeps/unix/sysv/linux/arm/Makefile index e2b5a0e..a73c897 100644 --- a/sysdeps/unix/sysv/linux/arm/Makefile +++ b/sysdeps/unix/sysv/linux/arm/Makefile @@ -38,9 +38,6 @@ endif ifeq ($(subdir),nss) libnss_db-sysdep_routines += libc-do-syscall libnss_db-shared-only-routines += libc-do-syscall -endif - -ifeq ($(subdir),posix) LDFLAGS-tst-rfc3484 += $(common-objpfx)csu/libc-do-syscall.o LDFLAGS-tst-rfc3484-2 += $(common-objpfx)csu/libc-do-syscall.o LDFLAGS-tst-rfc3484-3 += $(common-objpfx)csu/libc-do-syscall.o -- cgit v1.1