From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21413 invoked by alias); 7 May 2002 13:56:07 -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 21319 invoked by uid 71); 7 May 2002 13:56:03 -0000 Resent-Date: 7 May 2002 13:56:02 -0000 Resent-Message-ID: <20020507135602.21318.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, sdack@anitesystems.de Received:(qmail 17428 invoked by uid 61); 7 May 2002 13:47:59 -0000 Message-Id:<20020507134759.17427.qmail@sources.redhat.com> Date: Tue, 07 May 2002 06:56:00 -0000 From: sdack@anitesystems.de Reply-To: sdack@anitesystems.de To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: bootstrap/6592: gcc-3.0.4 bootstrap fails to link cpp0 together X-SW-Source: 2002-05/txt/msg00185.txt.bz2 List-Id: >Number: 6592 >Category: bootstrap >Synopsis: gcc-3.0.4 bootstrap fails to link cpp0 together >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Tue May 07 06:56:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Sven Dack >Release: gcc-3.0.4 >Organization: >Environment: m88k-motorola-sysv4 >Description: Trying to bootstrap gcc-3.0.4 on a Motorola m88k box with plain SVR4 causes the compiler to give up at building cpp0 since cppinit.o references 'target_flags' but it doesn't get linked in. Trying to fix it myself with linking the rtlanal.o and later the $(BACKEND) stuff into it, didn't work. It must be picking up the symbol's reference from some of the includes which doesn't make much sense to me since this is just the preprocessor!? >How-To-Repeat: mkdir objdir; cd objdir ../gcc-3.0.4/configure --prefix=/MCM/gnu --enable-languages=c gmake CFLAGS="-O" LIBCFLAGS="-O" BOOT_CFLAGS="-O2" bootstrap >Fix: >Release-Note: >Audit-Trail: >Unformatted: