]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(link-libc-static): Define it.
authorUlrich Drepper <drepper@redhat.com>
Thu, 20 Aug 1998 17:23:55 +0000 (17:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 20 Aug 1998 17:23:55 +0000 (17:23 +0000)
Makeconfig

index bd6ab11a69a1cdb4e182801a3489ef9df92ad0ba..6b7c7a2e3303f0ff7ef5f1ed8512c128dd6afbd7 100644 (file)
@@ -365,6 +365,9 @@ else
 link-extra-libs = $(foreach lib,$(LDLIBS-$(@F)),$(common-objpfx)$(lib).a)
 endif
 endif
+
+link-libc-static = $(common-objpfx)libc.a $(gnulib) $(common-objpfx)libc.a
+
 ifndef gnulib
 gnulib := -lgcc
 endif