diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-03-16 02:47:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-03-16 02:47:08 +0000 |
commit | 5241882ce2d21c23035a00d252b2c4668529fb31 (patch) | |
tree | 747403e40fbf06a597bfaec121f70731a907843e /config.make.in | |
parent | c06b947ef189e2fa8bc9586c4010aa2dae6facb9 (diff) | |
download | glibc-5241882ce2d21c23035a00d252b2c4668529fb31.tar.gz |
Update.
2002-03-15 H.J. Lu <hjl@gnu.org>
Ulrich Drepper <drepper@redhat.com>
* configure.in: Check for availability of
init_array/fini_array/preinit_array handling in binutils.
* config.h.in (HAVE_INITFINI_ARRAY): New macro.
* config.make.in (have-initfini-array): New variable.
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 76048959c2..edd47a51bc 100644 --- a/config.make.in +++ b/config.make.in @@ -48,6 +48,7 @@ with-fp = @with_fp@ with-cvs = @with_cvs@ old-glibc-headers = @old_glibc_headers@ unwind-find-fde = @libc_cv_gcc_unwind_find_fde@ +have-initfini-array = @libc_cv_initfinit_array@ static-libgcc = @libc_cv_gcc_static_libgcc@ |