From: H.J. Lu Date: Mon, 14 May 2001 16:40:49 +0000 (+0000) Subject: 2001-05-14 H.J. Lu X-Git-Tag: dberlin-typesystem-branchpoint~540 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed00bba849db255def415a1c8071ddcb8af7b61;p=thirdparty%2Fbinutils-gdb.git 2001-05-14 H.J. Lu * config.if (libc_interface): Set to -libc6.2- for cross compiling to Linux/glibc 2.2. --- diff --git a/ChangeLog b/ChangeLog index cc5f3f5b371..54848d0c085 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-05-14 H.J. Lu + + * config.if (libc_interface): Set to -libc6.2- for cross + compiling to Linux/glibc 2.2. + 2001-05-03 Alexandre Oliva * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable diff --git a/config.if b/config.if index 625a4077ec0..3958928ec65 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 ;; *)