From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29294 invoked by alias); 1 Dec 2004 23:08:21 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 27876 invoked from network); 1 Dec 2004 23:07:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 1 Dec 2004 23:07:53 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iB1N7rdB021326; Wed, 1 Dec 2004 18:07:53 -0500 Received: from post-office.corp.redhat.com (post-office.corp.redhat.com [172.16.52.227]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iB1N7rr09767; Wed, 1 Dec 2004 18:07:53 -0500 Received: from greed.delorie.com (dj.cipe.redhat.com [10.0.0.222]) by post-office.corp.redhat.com (8.11.6/8.11.6) with ESMTP id iB1N7o821635; Wed, 1 Dec 2004 18:07:50 -0500 Received: from greed.delorie.com (localhost [127.0.0.1]) by greed.delorie.com (8.12.11/8.12.10) with ESMTP id iB1N7n1w011349; Wed, 1 Dec 2004 18:07:49 -0500 Received: (from dj@localhost) by greed.delorie.com (8.12.11/8.12.11/Submit) id iB1N7mYN011345; Wed, 1 Dec 2004 18:07:48 -0500 Date: Wed, 01 Dec 2004 23:08:00 -0000 Message-Id: <200412012307.iB1N7mYN011345@greed.delorie.com> From: DJ Delorie To: rsandifo@redhat.com CC: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org, libstdc++@gcc.gnu.org, binutils@sources.redhat.com, gdb-patches@sources.redhat.com In-reply-to: <87is7tejx4.fsf@redhat.com> (message from Richard Sandiford on Thu, 25 Nov 2004 20:46:31 +0000) Subject: Re: Factor configure-time gcc version checks (patch 1/4 for PR 7305) References: <87is7tejx4.fsf@redhat.com> X-SW-Source: 2004-12/txt/msg00012.txt.bz2 > OK to install? Sorry for missing this. This is OK with me. Please make sure both src and gcc are updated, for those files that are common (TL and config). At some future time, it might be useful to handle the case where an in-tree gcc is not available, and it may use $(CC) somehow. But that's just food for thought. > Richard > > * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION > to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs. > * configure: Regenerate. > > config/ > * config/gcc-version.m4: New file. > > fastjar/ > * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version. > * configure, aclocal.m4, Makefile.in: Regenerate. > > fixincludes/ > * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version. > * aclocal.m4: Include ../config/gcc-version.m4. > * configure: Regenerate. > > gcc/ > * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version. Remove > now-redundant AC_SUBSTs. > * aclocal.m4: Include ../config/gcc-version.m4. > * configure: Regenerate. > > libffi/ > * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version. > * configure, aclocal.m4, Makefile.in: Regenerate. > * include/Makefile.in, testsuite/Makefile.in: Regenerate. > > libgfortran/ > * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version. > * configure, aclocal.m4, Makefile.in: Regenerate. > > libjava/ > * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version. > * configure, aclocal.m4, Makefile.in, gcj/Makefile.in: Regenerate. > * include/Makefile.in, testsuite/Makefile.in: Regenerate. > > libmudflap/ > * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version. > * configure, aclocal.m4, Makefile.in: Regenerate. > * testsuite/Makefile.in: Regenerate. > > libobjc/ > * configure.ac: Use TL_AC_GCC_VERSION to set gcc_version. > * configure, aclocal.m4: Regenerate.