This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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: crosstool-NG 1.14.0 is out


On Wed, Mar 07, 2012 at 01:12:11PM +0000, Michael Zintakis wrote:
> 
> 2. Due to compatibility issues, which I might bother you in
> subsequent posts, I built a static toolchain (that is,
> statically-linked <target tuple>-gcc/ld etc files). The file size I
> am getting varies between 1MB and 2MB, which for statically-linked
> files is quite normal, I think. That way, I take it, these
> executables will be shielded from the host environment and won't
> require *any* external dependencies, right?

The libc from your build system might have a dependency
on a minimal kernel version, so the statically built
toolchain might not run on very old systems.
Otherwise the static toolchain should be self-contained.


Johannes

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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