This is the mail archive of the gcc-help@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: Getting started with building a GCC cross-compiler


On Mon, Nov 24, 2008 at 19:13, Michael Meissner
<meissner@linux.vnet.ibm.com> wrote:
>
> I'm wondering if there are any C++ -> C compilers still around (such as the
> original CFRONT)?  It might be simpler to use those rather than trying to slog
> through the GCC support if you are just doing this for one project.
>

llvm-g++ with --emit-llvm and the LLVM C backend might do the job,
though I don't know how well that would do with exceptions.


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