This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
how to distribute binary tools
- From: "Eric Fisher" <joefoxreal at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 7 Nov 2008 16:32:31 +0800
- Subject: how to distribute binary tools
Hello,
A silly question. Currently, gcc and binutils are built with shared
libs. I want to know when I try to distribute the tool-chain, do I
need include these .so libraries? If yes, then where should I put them
in? Anyway, how can I build a fully static tool chain?
Thanks
Eric Fisher