From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31470 invoked by alias); 7 Mar 2002 17:46:05 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 31441 invoked by uid 71); 7 Mar 2002 17:46:03 -0000 Date: Thu, 07 Mar 2002 09:46:00 -0000 Message-ID: <20020307174603.31439.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Zack Weinberg Subject: Re: bootstrap/5869: gcc-20020304 bootstrap fails on DEC Alpha OSF/1 4.0 because of gcc-specific compiler flags passed to native compiler Reply-To: Zack Weinberg X-SW-Source: 2002-03/txt/msg00252.txt.bz2 List-Id: The following reply was made to PR bootstrap/5869; it has been noted by GNATS. From: Zack Weinberg To: "Nelson H. F. Beebe" Cc: gcc-gnats@gcc.gnu.org Subject: Re: bootstrap/5869: gcc-20020304 bootstrap fails on DEC Alpha OSF/1 4.0 because of gcc-specific compiler flags passed to native compiler Date: Thu, 7 Mar 2002 09:37:02 -0800 On Thu, Mar 07, 2002 at 09:54:03AM -0700, Nelson H. F. Beebe wrote: > >> It should not have attempted to compile f/fini.c at all with the > >> native compiler. Please mail me (personally) the complete build log. > > Here it is (but hostname obscured as XXXXXXXX): Aha, I see the problem. f/fini is compiled to run during the build, which means it is compiled with $(HOST_CC); but that should have been forced equal to $(CC) by configure, since this is a native bootstrap, and then overridden to use the just-built gcc by the bootstrap logic. I suspect a Make bug. Can you try again with GNU make, please? zw