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