]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - conform/Makefile
crypt: Remove libcrypt support
[thirdparty/glibc.git] / conform / Makefile
index 454c35f2b6188dad47899a50829eece8c61b0d36..7078cb85ea411a8bac5fcf0b2f59310ca318c6d7 100644 (file)
@@ -212,11 +212,6 @@ linknamespace-libs-XOPEN2K8 = $(linknamespace-libs-xsi)
 linknamespace-libs = $(foreach std,$(conformtest-standards),\
                                   $(linknamespace-libs-$(std)))
 
-ifeq ($(build-crypt),yes)
-linknamespace-libs-xsi += $(common-objpfx)crypt/libcrypt.a
-linknamespace-libs-XPG4 += $(common-objpfx)crypt/libcrypt.a
-endif
-
 $(linknamespace-symlist-stdlibs-tests): $(objpfx)symlist-stdlibs-%: \
                                        $(linknamespace-libs)
        LC_ALL=C $(READELF) -W -s $(linknamespace-libs-$*) > $@; \