This is the mail archive of the libc-hacker@cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: A patch for glibc 2.0/2.1


> 
> hjl@lucon.org (H.J. Lu) writes:
> 
> > Can we add this glibc 2.1? That is we check for gcc 2.8 and disallow it
> > for glibc 2.1.
> 
> If somebody has this compiler installed, please send me a patch after
> testing it.

Here it is.
 

H.J.
-----
Thu Jan 21 14:36:07 1999  H.J. Lu  <hjl@gnu.org>

	* configure.in: Disallow gcc 2.8.x.

--- ../../import/libc/configure.in	Mon Dec  7 22:36:56 1998
+++ ./configure.in	Thu Jan 21 14:32:44 1999
@@ -443,7 +443,7 @@
 AC_REQUIRE([AC_CHECK_TOOL_PREFIX])dnl
 AC_CHECK_PROG_VER(CC, ${ac_tool_prefix}gcc ${ac_tool_prefix}cc, -v,
   [version \([egcygnustp-]*[0-9.]*\)],
-  [egcs-2.9[1-9].*|egcs-2.90.2[789]|egcs-2.90.[3-9][0-9]|pgcc-2.9[1-9].*|pgcc-2.90.2[789]|pgcc-2.90.[3-9][0-9]|*2.8.[1-9]*|*2.9|*2.9.[0-9]*|cygnus-2.9[1-9].*],
+  [egcs-2.9[1-9].*|egcs-2.90.2[789]|egcs-2.90.[3-9][0-9]|pgcc-2.9[1-9].*|pgcc-2.90.2[789]|pgcc-2.90.[3-9][0-9]|*2.9|*2.9.[0-9]*|cygnus-2.9[1-9].*],
   critic_missing=t)
 AC_CHECK_PROG_VER(MAKE, make gmake, --version,
   [version \([0-9][0-9.]*\), by],


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]