aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-03-24 01:59:44 +0000
committerRoland McGrath <roland@gnu.org>2002-03-24 01:59:44 +0000
commitb2b1c5938320f902594714303145936e80a2e42f (patch)
tree7c4ae124ac65c5ce3ca3e58e208c02b16b37d205 /sysdeps
parent67a6c02f1a73303548b935839f282b5c9b9eabac (diff)
downloadglibc-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 'sysdeps')
-rwxr-xr-xsysdeps/mach/hurd/configure8
-rw-r--r--sysdeps/mach/hurd/configure.in8
2 files changed, 8 insertions, 8 deletions
diff --git a/sysdeps/mach/hurd/configure b/sysdeps/mach/hurd/configure
index 9265ea23fa..93434c0e91 100755
--- a/sysdeps/mach/hurd/configure
+++ b/sysdeps/mach/hurd/configure
@@ -12,13 +12,13 @@ fi
case "$machine" in
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.
- # 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
- test "$oldest_abi" != default && test "$oldest_abi" \< "2.2.5"
+ test "$oldest_abi" != default && test "$oldest_abi" \< "2.2.6"
else
- test "$oldest_abi" = default || test "$oldest_abi" \< "2.2.5"
+ test "$oldest_abi" = default || test "$oldest_abi" \< "2.2.6"
fi; then
libc_cv_gcc_unwind_find_fde=yes
fi
diff --git a/sysdeps/mach/hurd/configure.in b/sysdeps/mach/hurd/configure.in
index 752366bf2c..26bdaf661d 100644
--- a/sysdeps/mach/hurd/configure.in
+++ b/sysdeps/mach/hurd/configure.in
@@ -14,13 +14,13 @@ fi
case "$machine" in
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.
- # 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
- test "$oldest_abi" != default && test "$oldest_abi" \< "2.2.5"
+ test "$oldest_abi" != default && test "$oldest_abi" \< "2.2.6"
else
- test "$oldest_abi" = default || test "$oldest_abi" \< "2.2.5"
+ test "$oldest_abi" = default || test "$oldest_abi" \< "2.2.6"
fi; then
libc_cv_gcc_unwind_find_fde=yes
fi