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: Building the Ada compiler... is http://gcc.gnu.org/install/build.html correct?


Christian Joensson <christian@j-son.org> writes:

> Just a ping here... is the information concerning building the Ada
> compiler in http://gcc.gnu.org/install/build.html correct?
> 
> More specifically, is
[...]
>          cd srcdir/gcc/ada
>          touch treeprs.ads [es]info.h nmake.ad[bs]

This part should be unnecessary.  gcc_update takes care of this when
building from CVS.

Besides, there are other errors:

* It isn't necessary to specify --enable-languages: if you have an
  Ada-capable gcc as a bootstrap compiler, the ada backend will be built
  automatically.

* Nowadays gnatmake *is* required since it is used to build xgnatug.

* While make gnatlib_and_tools doesn't work in parallel, parallel bootstrap
  itself works fine.

As I've indicated before, the current support for building with different
Ada and C compilers should be removed in favor of requiring a gcc that
includes GNAT if Ada support is desired.

	Rainer


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