mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 14:50:05 +00:00
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.
This commit is contained in:
parent
b378b9f9e3
commit
4ac5087baf
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user