From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4757 invoked by alias); 29 Nov 2001 23:23:36 -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 4708 invoked from network); 29 Nov 2001 23:23:31 -0000 Received: from unknown (HELO nile.gnat.com) (205.232.38.5) by hostedprojects.ges.redhat.com with SMTP; 29 Nov 2001 23:23:31 -0000 Received: from DARWIN.GNAT.COM (DARWIN.GNAT.COM [205.232.38.44]) by nile.gnat.com (Postfix) with ESMTP id 6EF9BF286A for ; Thu, 29 Nov 2001 18:22:47 -0500 (EST) Date: Thu, 22 Nov 2001 01:04:00 -0000 Mime-Version: 1.0 (Apple Message framework v475) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: How to defeat new check for presence of Ada compiler From: Geert bosch To: gcc@gcc.gnu.org Content-Transfer-Encoding: 7bit Message-Id: <1C3C9F98-E520-11D5-8EFA-00039344BF4A@gnat.com> X-Mailer: Apple Mail (2.475) X-SW-Source: 2001-11/txt/msg01092.txt.bz2 Hi, Since I want to compile GNAT on a new platform, for which I need to use the native assembler (no cross-binutils), I want to do that by creating the .s files for the Ada sources using a cross-compiler and then do the rest of the bootstrap on the target platform. This used to be simple, just configure and wait for an error due to the missing compiler. Then copy the .s files and that's it. But with the recent change to configure, it is not so easy anymore to have configure do its job for the ada directory as well. Are there any workarounds for this? -Geert From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert bosch To: gcc@gcc.gnu.org Subject: How to defeat new check for presence of Ada compiler Date: Thu, 29 Nov 2001 15:23:00 -0000 Message-ID: <1C3C9F98-E520-11D5-8EFA-00039344BF4A@gnat.com> X-SW-Source: 2001-11/msg01593.html Message-ID: <20011129152300.LiUkiJ4uUA_Lsu5diAWQIr7KXM2OGQxY9BdwIMYux1M@z> Hi, Since I want to compile GNAT on a new platform, for which I need to use the native assembler (no cross-binutils), I want to do that by creating the .s files for the Ada sources using a cross-compiler and then do the rest of the bootstrap on the target platform. This used to be simple, just configure and wait for an error due to the missing compiler. Then copy the .s files and that's it. But with the recent change to configure, it is not so easy anymore to have configure do its job for the ada directory as well. Are there any workarounds for this? -Geert