From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18450 invoked by alias); 13 Sep 2004 19:36:48 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 18434 invoked from network); 13 Sep 2004 19:36:48 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sourceware.org with SMTP; 13 Sep 2004 19:36:48 -0000 Received: from hermes.suse.de (hermes-ext.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id DFEFCBDE73B for ; Mon, 13 Sep 2004 21:36:47 +0200 (CEST) Received: from aj by arthur.inka.de with local (Exim 4.30) id 1C6wd4-0007Uj-33 for libc-hacker@sources.redhat.com; Mon, 13 Sep 2004 21:36:46 +0200 To: Glibc hackers Subject: Support gcc 4.x in configure From: Andreas Jaeger Date: Mon, 13 Sep 2004 19:36:00 -0000 Message-ID: User-Agent: Gnus/5.110003 (No Gnus v0.3) XEmacs/21.4 (Security Through Obscurity, linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2004-09/txt/msg00057.txt.bz2 --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-length: 1185 Since GCC has increased the version number, we need to make changes. Unfortunatly my autoconf version does not work right now. Could anybody else commit this and regenerate configure, please? Andreas 2004-09-13 Andreas Jaeger * configure.in: Support GCC 4.x. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: configure.in --- configure.in 8 Sep 2004 06:55:27 -0000 1.424 +++ configure.in 13 Sep 2004 19:29:27 -0000 @@ -747,7 +747,7 @@ fi # These programs are version sensitive. AC_CHECK_TOOL_PREFIX AC_CHECK_PROG_VER(CC, ${ac_tool_prefix}gcc ${ac_tool_prefix}cc, -v, - [version \([egcygnustpi-]*[0-9.]*\)], [3.[2-9]*], + [version \([egcygnustpi-]*[0-9.]*\)], [3.[2-9]* | 4.[0-9]* ], critic_missing=3D"$critic_missing gcc") AC_CHECK_PROG_VER(MAKE, gnumake gmake make, --version, [GNU Make[^0-9]*\([0-9][0-9.]*\)], --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SUSE Linux AG, Maxfeldstr. 5, 90409 N=C3=BCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 188 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBBRfbNOJpWPMJyoSYRAl76AJ9N6WD1bylSQPE7Xp2gf+bSxDZ4JACcCu4m tFNJddayinaT36BdXsN0HYg= =RySV -----END PGP SIGNATURE----- --=-=-=--