]> git.ipfire.org Git - thirdparty/glibc.git/blame - shlib-versions
Tue Jun 11 19:13:04 1996 Richard Henderson <rth@tamu.edu>
[thirdparty/glibc.git] / shlib-versions
CommitLineData
0e3426bb
RM
1# This file defines the shared library version numbers we will install.
2
3# The following lines list filename patterns matching canonical configurations,
4# and the associated versions to use for various libraries. The entire
710f7bab
RM
5# list is processed, with earlier entries taking precedence over later
6# entries. So loose patterns at the end of the list can give defaults.
0e3426bb
RM
7
8# Configuration Library versions
9# ------------- ------- --------
10
11# The interface to -lm depends only on cpu, not on operating system.
12i?86-*-* libm=6
7da3079b 13m68k-*-* libm=6
8d6468d0 14alpha-*-* libm=6
0e3426bb
RM
15
16# We provide libc.so.6 for Linux kernel versions 1.3.95 and later.
17i?86-*-linux* libc=6
7da3079b 18m68k-*-linux* libc=6
8d6468d0 19alpha-*-linux* libc=6
0e3426bb
RM
20
21# libmachuser.so.1 corresponds to mach/*.defs as of Utah's UK22 release.
22*-*-gnu* libmachuser=1
23
24# libhurduser.so.0.0 corresponds to hurd/*.defs as of 7 May 1996.
25*-*-gnu* libhurduser=0.0
f68b86cc
RM
26
27# The -ldl interface (see <dlfcn.h>) is the same on all platforms.
28*-*-* libdl=2