This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
PATCH: config.if for glibc 2.2
- To: binutils at sourceware dot cygnus dot com
- Subject: PATCH: config.if for glibc 2.2
- From: "H . J . Lu" <hjl at lucon dot org>
- Date: Mon, 14 May 2001 09:45:30 -0700
- Cc: gcc-patches at gcc dot gnu dot org
FYI, I checked in this patch.
H.J.
----
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.
--- gcc-2.96-20000731/config.if.glibc Fri May 11 10:58:52 2001
+++ gcc-2.96-20000731/config.if Fri May 11 10:59:12 2001
@@ -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
;;
*)