This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: embedding gcc?
- From: Ben Dougall <bend at freenet dot co dot uk>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 11 Dec 2002 16:37:20 +0000
- Subject: Re: embedding gcc?
On Tuesday, December 10, 2002, at 08:05 pm, Buddy Lott wrote:
Why not build your installation script to installation software so that
it will install your code and GCC?
Yeah, I think you're right.
I was envisaging maybe only needing and using particular parts of GCC,
so only including and using a stripped down version of it, but using
GCC as it is, will probably save untold amounts of work and time. So
your suggestion is probably the best way to do it. Thanks very much.