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: Tiny GCC: Pure, Unadulterated, Object Code


Michael Witten <mfwitten@MIT.EDU> writes:

> Therefore, the gcc cross-compilers I want to build need only
> produce object code in the correct format using already pre-
> processed code. That means:
> 
>      These cross-compilers don't need access to any kind of
>      libraries or headers.
> 
>      They don't need C libraries, or libstdc++, or libobjc,
>      or anything that has absolutely nothing to do whatsoever
>      with compilation.
> 
> 
> Can I build gcc in this way?

Sure, but you'll have to hack at it manually.  There is no supported
configure option for this, or anything like that.

Ian


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