]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 19 Feb 1999 08:52:29 +0000 (08:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 19 Feb 1999 08:52:29 +0000 (08:52 +0000)
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.

ChangeLog
Makeconfig

index 68a318a1c402227003f5765b0ba3fa8e048cff70..859adb054b7574260619e230306dae8c878e3bc0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
+
 1999-02-18  Thorsten Kukuk  <kukuk@suse.de>
 
        * nis/nss_compat/compat-spwd.c: Fix handling of default values for
index 9cf9fd4c072c3cff7c02601366f5968e4e9bc9bc..f46a933ba90b67bab35726f0c112ca73586fcb92 100644 (file)
@@ -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
 
This page took 0.045156 seconds and 5 git commands to generate.