From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22368 invoked by alias); 30 May 2002 20:16: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 22336 invoked by uid 71); 30 May 2002 20:16:00 -0000 Resent-Date: 30 May 2002 20:16:00 -0000 Resent-Message-ID: <20020530201600.22335.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, geoffk@redhat.com Received:(qmail 18613 invoked by uid 61); 30 May 2002 20:10:37 -0000 Message-Id:<20020530201037.18612.qmail@sources.redhat.com> Date: Thu, 30 May 2002 13:26:00 -0000 From: geoffk@redhat.com Reply-To: geoffk@redhat.com To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version:gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: ada/6872: can't build cross including ada to powerpc-ibm-aix4.3.3.0 X-SW-Source: 2002-05/txt/msg00997.txt.bz2 List-Id: >Number: 6872 >Category: ada >Synopsis: can't build cross including ada to powerpc-ibm-aix4.3.3.0 >Confidential: no >Severity: serious >Priority: medium >Responsible: unassigned >State: open >Class: sw-bug >Submitter-Id: net >Arrival-Date: Thu May 30 13:16:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: geoffk@redhat.com >Release: 3.1 >Organization: >Environment: Red Hat Linux 7 >Description: 'make' produces: gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long -mminimal-toc -W -Wall -gnatpg -gnata -I- -I. -I/home/geoffk/src/redhat/BUILD/geoffk-gcc3.1cross-3.1/combined/gcc/ada /home/geoffk/src/redhat/BUILD/geoffk-gcc3.1cross-3.1/combined/gcc/ada/ada.ads gnat1: invalid option `minimal-toc' make[2]: *** [ada.o] Error 1 make[2]: Leaving directory `/dremel/geoffk/BUILD/geoffk-gcc3.1cross-3.1/obj-powerpc-ibm-aix4.3.3.0/gcc/ada' make[1]: *** [gnat1] Error 2 >How-To-Repeat: /configure --target=powerpc-ibm-aix4.3.3.0 \ --prefix= \ --with-headers=/powerpc-ibm-aix4.3.3.0/sys-include make >Fix: The problem is this rule in ada/Makefile.in: .ads.o: $(ADAC) -c $(ALL_ADAFLAGS) $(ADA_INCLUDES) $< It includes ALL_ADAFLAGS, which includes T_ADAFLAGS, but T_ADAFLAGS is only for the target. >Release-Note: >Audit-Trail: >Unformatted: