diff options
author | Roland McGrath <roland@gnu.org> | 2004-08-26 21:26:59 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-08-26 21:26:59 +0000 |
commit | c80e931a05aa0ade0feb5da3daba419e6bc7adeb (patch) | |
tree | 9de92826383cecc4e90bd335cbb76092ed8baae3 /linuxthreads | |
parent | c312980a4a3a4b4d8ed535a94a177950dcdd959c (diff) | |
download | glibc-c80e931a05aa0ade0feb5da3daba419e6bc7adeb.tar glibc-c80e931a05aa0ade0feb5da3daba419e6bc7adeb.tar.gz glibc-c80e931a05aa0ade0feb5da3daba419e6bc7adeb.tar.bz2 glibc-c80e931a05aa0ade0feb5da3daba419e6bc7adeb.zip |
* configure.in (add_ons_automatic): New variable, set to yes or no
indicating --enable-add-ons with no explicit list.
(running add-on fragments): Allow a fragment to modify $libc_add_on
and have that affect its place in the list of add-ons to use.
* configure: Regenerated.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 69dbacf4d2..2932af739b 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,9 @@ +2004-08-26 Roland McGrath <roland@redhat.com> + + * configure.in: New file. If nptl add-on is also selected, barf if + explicit and elide ourselves if implicit. + * configure: Now generated. + 2004-08-25 Richard Sandiford <rsandifo@redhat.com> * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h (CENABLE, CDISABLE, |