From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3978 invoked by alias); 5 Dec 2001 00:49:57 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 3939 invoked from network); 5 Dec 2001 00:49:51 -0000 Received: from unknown (HELO boden.synopsys.com) (204.176.20.19) by sources.redhat.com with SMTP; 5 Dec 2001 00:49:51 -0000 Received: from mother.synopsys.com (mother.synopsys.com [146.225.100.171]) by boden.synopsys.com (Postfix) with ESMTP id 59A56DB94; Tue, 4 Dec 2001 16:49:51 -0800 (PST) Received: from atrus.synopsys.com (localhost [127.0.0.1]) by mother.synopsys.com (8.9.1/8.9.1) with ESMTP id QAA11293; Tue, 4 Dec 2001 16:49:37 -0800 (PST) From: Joe Buck Received: (from jbuck@localhost) by atrus.synopsys.com (8.9.3+Sun/8.9.1) id QAA17255; Tue, 4 Dec 2001 16:49:50 -0800 (PST) Message-Id: <200112050049.QAA17255@atrus.synopsys.com> Subject: Re: Ada build now requires gnatmake? To: kenner@vlsi1.ultra.nyu.edu (Richard Kenner) Date: Tue, 04 Dec 2001 16:49:00 -0000 Cc: minyard@acm.org, gcc@gcc.gnu.org In-Reply-To: <10112050002.AA19011@vlsi1.ultra.nyu.edu> from "Richard Kenner" at Dec 04, 2001 07:02:49 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00195.txt.bz2 > I just did an update and tried a bootstrap, and it seems that gnatmake > is used to build the Ada compiler, specifically to build treeprs.ads, > einfo.h, sinfo.h, and nmake.adb. I thought bootstrapping was only > supposed to require the compiler and gnatbind. Kenner writes: > Those files are in the tree, but you may have to do a "touch" if they are older > than what they depend on. Perhaps contrib/gcc_update should be updated to take care of this? It already does the same for other such files where the derived file is in the tree.