diff options
author | Roland McGrath <roland@gnu.org> | 2002-05-03 08:05:49 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-05-03 08:05:49 +0000 |
commit | a74a73b94cd994bda6ca44a818d0785353d0fdb2 (patch) | |
tree | 96323f34bd83c5ca73ec6f4ea07b1c0658d77bd2 | |
parent | 38a7d8baf498dd46f81ff49ea28eb3b3b7775544 (diff) | |
download | glibc-a74a73b94cd994bda6ca44a818d0785353d0fdb2.tar.gz glibc-a74a73b94cd994bda6ca44a818d0785353d0fdb2.tar.xz glibc-a74a73b94cd994bda6ca44a818d0785353d0fdb2.zip |
2002-05-03 Roland McGrath <roland@frob.com>
* shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals; we can only build libc.so.0.3(GLIBC_2.2.6) now.
-rw-r--r-- | shlib-versions | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/shlib-versions b/shlib-versions index 4670c00769..f3ef8aa71a 100644 --- a/shlib-versions +++ b/shlib-versions @@ -24,12 +24,7 @@ s390x-.*-linux.* DEFAULT GLIBC_2.2 cris-.*-linux.* DEFAULT GLIBC_2.2 x86_64-.*-linux.* DEFAULT GLIBC_2.2.5 -%if defined(USE_IN_LIBIO) && !defined(GLIBC_OLDEST_ABI) -// 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.6 -%endif # Configuration Library=version Earliest symbol set (optional) # ------------- --------------- ------------------------------ @@ -60,13 +55,8 @@ hppa.*-.*-.* libc=6 GLIBC_2.2 # libhurduser.so.0.0 corresponds to hurd/*.defs as of 7 May 1996. .*-.*-gnu-gnu.* libhurduser=0.0 -%ifndef USE_IN_LIBIO -# libc.so.0.2 is for the Hurd alpha release 0.2. -.*-.*-gnu-gnu.* libc=0.2 -%else # libc.so.0.3 is the first Hurd libc using libio. .*-.*-gnu-gnu.* libc=0.3 -%endif # The dynamic loader also requires different names. i.86-.*-linux.* ld=ld-linux.so.2 |