This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: I have a question for gcc front-end
- From: Zack Weinberg <zack at codesourcery dot com>
- To: <www381 at naver dot com>
- Cc: <gcc at gcc dot gnu dot org>
- Date: Thu, 03 Mar 2005 20:38:20 -0800
- Subject: Re: I have a question for gcc front-end
- References: <4227DE88.000001.26400@I4J048>
There is no option that does what you want. This is a deliberate,
albeit controversial, design decision which we are not presently
interested in debating.
If you are writing a back end, consider using the existing, well-
understood machinery for porting GCC to a new architecture. If you go
that route you can get plenty of help from this list. If you insist
on splitting the compiler at a different point you are on your own.
zw