diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 09:52:29 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-08 09:52:29 -0500 |
commit | 2119dcfaccfa6fabf9e6be15f6d97ad041252ac9 (patch) | |
tree | 59aeb0bf04e9720306dcceb56074697c24116da0 /ChangeLog | |
parent | 121766a9d6295d1b3f33b2171c3ad234615627c3 (diff) | |
download | glibc-2119dcfaccfa6fabf9e6be15f6d97ad041252ac9.tar glibc-2119dcfaccfa6fabf9e6be15f6d97ad041252ac9.tar.gz glibc-2119dcfaccfa6fabf9e6be15f6d97ad041252ac9.tar.bz2 glibc-2119dcfaccfa6fabf9e6be15f6d97ad041252ac9.zip |
Static linking is always needed
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ 2012-01-08 Ulrich Drepper <drepper@gmail.com> + * configure.in: static is always set to yes. Remove. + * config.make.in: Don't set build-static. + * Makeconfig: Remove use of build-static. + * dlfcn/Makefile: Likewise. + * elf/Makefile: Likewise. + * math/Makefile: Likewise. + * misc/Makefile: Likewise. + * nptl/Makefile: Likewise. + * sysdeps/mach/hurd/Makefile: Likewise. + * configure.in: PWD_P is not used anymore. * config.make.in: Remove PWD_P entry. |