From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31342 invoked by alias); 24 Oct 2002 17:26:02 -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 31328 invoked by uid 71); 24 Oct 2002 17:26:02 -0000 Date: Thu, 24 Oct 2002 10:26:00 -0000 Message-ID: <20021024172602.31327.qmail@sources.redhat.com> To: robertl@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: "David Sullivan" Subject: Re: target/8336: bootstrap config still tries to use COFF options Reply-To: "David Sullivan" X-SW-Source: 2002-10/txt/msg00947.txt.bz2 List-Id: The following reply was made to PR target/8336; it has been noted by GNATS. From: "David Sullivan" To: , , , , Cc: Subject: Re: target/8336: bootstrap config still tries to use COFF options Date: Thu, 24 Oct 2002 12:25:16 -0500 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8 336 I was a bit foggy when I submitted this this morning. Apologies to all for that. The issue is within the Makefile in the "gcc" subdirectory. When you run "./configure --with-gnu-as", it places a "-mcoff" option in the makefile variable CRTSTUFF_T_CFLAGS_S. Without the "--with-gnu-as", this variable isn't present in the makefile at all. My assumption was that the problem was in the file "sco5.h".