This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to defeat new check for presence of Ada compiler


On Thu, Nov 29, 2001 at 06:23:35PM -0500, Geert bosch wrote:
> 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.

Err, I'd expect it to be the same now, since the configure test
is for the *host* ada compiler, not the target ada compiler.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]