On 7/10/07, David Daney <ddaney@xxxxxxxxxx> wrote:
If that is because you are bootstrapping a toolchain, then you should disable the generation of a shared version of libgcc by supplying something like --disable-shared to the GCC configure.
Would you need just "disable-shared", or both that as well as "enable-static"? Is specifying both required, or is that redundant?