From 4ac5087baf6b82f91eabec97ce418a74ff4ed1a2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 19 Feb 1999 08:52:29 +0000 Subject: [PATCH] Update. 1999-02-19 Philip Blundell * Makeconfig (link-libc): When doing a static link, make sure that libgcc.a is included both before and after libc.a. --- ChangeLog | 5 +++++ Makeconfig | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 68a318a1c4..859adb054b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-02-19 Philip Blundell + + * 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 * nis/nss_compat/compat-spwd.c: Fix handling of default values for 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