diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-29 18:45:03 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-29 18:45:03 +0000 |
commit | f13df7c79dc6e3f86bf8a33c113e681d1bdeab37 (patch) | |
tree | 931507d18ecb7d9dfae0cd256726b2da29c6cc05 /config.make.in | |
parent | 3d49d03c71172f7c7b5ebbfb3f298b09d0ed4db2 (diff) | |
download | glibc-f13df7c79dc6e3f86bf8a33c113e681d1bdeab37.tar.gz |
Update.
2001-08-28 H.J. Lu <hjl@gnu.org>
* Makeconfig (combreloc-LDFLAGS): New variable.
Add it to LDFALGS.so, LDFLAGS-rtld, and +link.
* config.make.in (have-z-combreloc): New variable.
* configure.in: Substitute libc_cv_z_combreloc.
* iconv/strtab.c (searchstring): Use correct length for comparison.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index 900efb525e..cd050722e1 100644 --- a/config.make.in +++ b/config.make.in @@ -40,6 +40,7 @@ have-protected = @libc_cv_asm_protected_directive@ have-z-nodelete = @libc_cv_z_nodelete@ have-z-nodlopen = @libc_cv_z_nodlopen@ have-z-initfirst = @libc_cv_z_initfirst@ +have-z-combreloc = @libc_cv_z_combreloc@ have-initfini = @libc_cv_have_initfini@ have-Bgroup = @libc_cv_Bgroup@ need-nopic-initfini = @nopic_initfini@ |