mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Use correct subdir when building tst-rfc3484* for mach and arm
Commit 7f602256ab 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.
This commit is contained in:
@@ -60,12 +60,11 @@ else ifeq (nss,$(subdir))
|
||||
LDLIBS-nss_files.so += $(objdir)/mach/libmachuser.so
|
||||
LDLIBS-nss_db.so += $(objdir)/mach/libmachuser.so
|
||||
LDLIBS-nss_compat.so += $(objdir)/mach/libmachuser.so
|
||||
else ifeq (hesiod,$(subdir))
|
||||
LDLIBS-nss_hesiod.so += $(objdir)/mach/libmachuser.so
|
||||
else ifeq (posix,$(subdir))
|
||||
LDLIBS-tst-rfc3484 += $(objdir)/mach/libmachuser.so
|
||||
LDLIBS-tst-rfc3484-2 += $(objdir)/mach/libmachuser.so
|
||||
LDLIBS-tst-rfc3484-3 += $(objdir)/mach/libmachuser.so
|
||||
else ifeq (hesiod,$(subdir))
|
||||
LDLIBS-nss_hesiod.so += $(objdir)/mach/libmachuser.so
|
||||
else ifeq (nscd,$(subdir))
|
||||
LDLIBS-nscd += $(objdir)/mach/libmachuser.so
|
||||
endif
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user