about summary refs log tree commit diff
path: root/Makeconfig
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-02-19 08:52:29 +0000
committerUlrich Drepper <drepper@redhat.com>1999-02-19 08:52:29 +0000
commit4ac5087baf6b82f91eabec97ce418a74ff4ed1a2 (patch)
treeab910b6886a7be2c8da8db7fff83c9fd43744b92 /Makeconfig
parentb378b9f9e392aeeeafa5e204462b916bb9778e98 (diff)
downloadglibc-4ac5087baf6b82f91eabec97ce418a74ff4ed1a2.tar.gz
glibc-4ac5087baf6b82f91eabec97ce418a74ff4ed1a2.tar.xz
glibc-4ac5087baf6b82f91eabec97ce418a74ff4ed1a2.zip
Update.
1999-02-19  Philip Blundell  <pb@nexus.co.uk>

	* Makeconfig (link-libc): When doing a static link, make sure that
	libgcc.a is included both before and after libc.a.
Diffstat (limited to 'Makeconfig')
-rw-r--r--Makeconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makeconfig b/Makeconfig
index 9cf9fd4c07..f46a933ba9 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -419,7 +419,7 @@ dbobjdir := $(patsubst ../$(subdir),.,$(common-objpfx)db2)
 else
 nssobjdir := $(patsubst ../$(subdir),.,$(common-objpfx)nss)
 resolvobjdir := $(patsubst ../$(subdir),.,$(common-objpfx)resolv)
-link-libc = $(common-objpfx)libc.a $(otherlibs) $(gnulib) $(common-objpfx)libc.a
+link-libc = $(common-objpfx)libc.a $(otherlibs) $(gnulib) $(common-objpfx)libc.a $(gnulib)
 endif
 endif