aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2001-05-14 16:40:49 +0000
committerH.J. Lu <hjl.tools@gmail.com>2001-05-14 16:40:49 +0000
commit4ed00bba849db255def415a1c8071ddcb8af7b61 (patch)
tree0db33a508eb0c4bd3aea2b80be0e20f58388337c
parent05a54c4ffa9bbbf820dd05cf1905a2c42c83e2e6 (diff)
downloadgdb-4ed00bba849db255def415a1c8071ddcb8af7b61.zip
gdb-4ed00bba849db255def415a1c8071ddcb8af7b61.tar.gz
gdb-4ed00bba849db255def415a1c8071ddcb8af7b61.tar.bz2
2001-05-14 H.J. Lu <hjl@gnu.org>
* config.if (libc_interface): Set to -libc6.2- for cross compiling to Linux/glibc 2.2.
-rw-r--r--ChangeLog5
-rw-r--r--config.if4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index cc5f3f5..54848d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-14 H.J. Lu <hjl@gnu.org>
+
+ * config.if (libc_interface): Set to -libc6.2- for cross
+ compiling to Linux/glibc 2.2.
+
2001-05-03 Alexandre Oliva <aoliva@redhat.com>
* configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
diff --git a/config.if b/config.if
index 625a407..3958928 100644
--- a/config.if
+++ b/config.if
@@ -82,8 +82,8 @@ EOF
exit 1
fi
else
- # Cross compiling. Assume glibc 2.1.
- libc_interface=-libc6.1-
+ # Cross compiling. Assume glibc 2.2.
+ libc_interface=-libc6.2-
fi
;;
*)