diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-24 01:59:44 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-24 01:59:44 +0000 |
commit | b2b1c5938320f902594714303145936e80a2e42f (patch) | |
tree | 7c4ae124ac65c5ce3ca3e58e208c02b16b37d205 /shlib-versions | |
parent | 67a6c02f1a73303548b935839f282b5c9b9eabac (diff) | |
download | glibc-b2b1c5938320f902594714303145936e80a2e42f.tar glibc-b2b1c5938320f902594714303145936e80a2e42f.tar.gz glibc-b2b1c5938320f902594714303145936e80a2e42f.tar.bz2 glibc-b2b1c5938320f902594714303145936e80a2e42f.zip |
* shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
* sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
under --enable-libio.
* sysdeps/mach/hurd/configure: Regenerated.
Diffstat (limited to 'shlib-versions')
-rw-r--r-- | shlib-versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shlib-versions b/shlib-versions index 15576eb16d..4670c00769 100644 --- a/shlib-versions +++ b/shlib-versions @@ -28,7 +28,7 @@ x86_64-.*-linux.* DEFAULT GLIBC_2.2.5 // If you use configure --enable-libio --enable-oldest-abi=2.0 then we // won't rename the old version sets and all the libraries except libc // itself ought to be binary compatible with the libc.so.0.2 ABI. -.*-.*-gnu-gnu.* DEFAULT GLIBC_2.2.5 +.*-.*-gnu-gnu.* DEFAULT GLIBC_2.2.6 %endif # Configuration Library=version Earliest symbol set (optional) |