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]
Other format: [Raw text]

Re: [PATCH] fixes for MPW host support


On Thu, 13 Dec 2001, Alex Rosenberg wrote:

> Most are simple ANSI conformance issues. It seems that nobody has been
> building the G++ front end as a cross compiler, as some of these have been
> around a while. There's also a small fix for the -fdump_XXX flags not being
> processed properly in G++.

The C++ front end only needs to be able to be built with GCC, version 2.95
or later; see the current version of the install manual in CVS for this
requirement for building a cross compiler.  (However, to facilitate
sharing more code between the C and C++ front ends, changes such as these
may still be useful.)

-- 
Joseph S. Myers
jsm28@cam.ac.uk


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