mirror of git://sourceware.org/git/glibc.git
* 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.
This commit is contained in:
parent
67a6c02f1a
commit
b2b1c59383
|
@ -1,3 +1,10 @@
|
||||||
|
2002-03-22 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|
||||||
2002-03-23 Roland McGrath <roland@frob.com>
|
2002-03-23 Roland McGrath <roland@frob.com>
|
||||||
|
|
||||||
* sysdeps/mach/hurd/i386/Makefile
|
* sysdeps/mach/hurd/i386/Makefile
|
||||||
|
|
|
@ -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
|
// 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
|
// 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.
|
// 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
|
%endif
|
||||||
|
|
||||||
# Configuration Library=version Earliest symbol set (optional)
|
# Configuration Library=version Earliest symbol set (optional)
|
||||||
|
|
|
@ -12,13 +12,13 @@ fi
|
||||||
|
|
||||||
case "$machine" in
|
case "$machine" in
|
||||||
i386*)
|
i386*)
|
||||||
# With --enable-libio, the default oldest ABI is 2.5.5;
|
# With --enable-libio, the default oldest ABI is 2.2.6;
|
||||||
# without --enable-libio, the default oldest ABI is 2.0.
|
# without --enable-libio, the default oldest ABI is 2.0.
|
||||||
# We only need a "yes" here if the oldest ABI supported will be < 2.2.5.
|
# We only need a "yes" here if the oldest ABI supported will be < 2.2.6.
|
||||||
if if test "$stdio" = libio; then
|
if if test "$stdio" = libio; then
|
||||||
test "$oldest_abi" != default && test "$oldest_abi" \< "2.2.5"
|
test "$oldest_abi" != default && test "$oldest_abi" \< "2.2.6"
|
||||||
else
|
else
|
||||||
test "$oldest_abi" = default || test "$oldest_abi" \< "2.2.5"
|
test "$oldest_abi" = default || test "$oldest_abi" \< "2.2.6"
|
||||||
fi; then
|
fi; then
|
||||||
libc_cv_gcc_unwind_find_fde=yes
|
libc_cv_gcc_unwind_find_fde=yes
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -14,13 +14,13 @@ fi
|
||||||
|
|
||||||
case "$machine" in
|
case "$machine" in
|
||||||
i386*)
|
i386*)
|
||||||
# With --enable-libio, the default oldest ABI is 2.5.5;
|
# With --enable-libio, the default oldest ABI is 2.2.6;
|
||||||
# without --enable-libio, the default oldest ABI is 2.0.
|
# without --enable-libio, the default oldest ABI is 2.0.
|
||||||
# We only need a "yes" here if the oldest ABI supported will be < 2.2.5.
|
# We only need a "yes" here if the oldest ABI supported will be < 2.2.6.
|
||||||
if if test "$stdio" = libio; then
|
if if test "$stdio" = libio; then
|
||||||
test "$oldest_abi" != default && test "$oldest_abi" \< "2.2.5"
|
test "$oldest_abi" != default && test "$oldest_abi" \< "2.2.6"
|
||||||
else
|
else
|
||||||
test "$oldest_abi" = default || test "$oldest_abi" \< "2.2.5"
|
test "$oldest_abi" = default || test "$oldest_abi" \< "2.2.6"
|
||||||
fi; then
|
fi; then
|
||||||
libc_cv_gcc_unwind_find_fde=yes
|
libc_cv_gcc_unwind_find_fde=yes
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue