This is the mail archive of the gcc-patches@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]

Re: ia64 port


Jim Wilson wrote:

> I've checked in the ia64 backend.  I didn't bother to include the 350K+ of
> new files in this mail message.  Check them out if you want to look at them.

> I've got a "make bootstrap" running now.  This is my first attempt to do a
> make bootstrap from the FSF gcc source tree.  The ia64 port has been
> bootstrapped many times from the Cygnus gcc source tree, so I am not expecting
> any problems for C or C++, but I haven't tried building Fortran, Java, or
> Objective-C before.

If long int is a 64 bit type on the ia64 (and ia64.h makes me think that
at least by default it is) then for building the Fortran Frontend you
need the same hack that the Alpha and Sparc64 targets use; see Jakub
Jelinek's update of f/target.h to gcc-patches on the 13th of December,
1999:

	http://gcc.gnu.org/ml/gcc-patches/1999-12n/msg00450.html

Hope this helps,

-- 
Toon Moene (toon@moene.indiv.nluug.nl)
Saturnushof 14, 3738 XG  Maartensdijk, The Netherlands
Phone: +31 346 214290; Fax: +31 346 214286
GNU Fortran: http://gcc.gnu.org/onlinedocs/g77_news.html

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