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] | |
On 7/10/07, David Daney <ddaney@avtrex.com> wrote:I would interpret the "bootstrapping a toolchain" as "building the toolchainIf 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?
So copying also the shared libraries onto the cross host would be the right action, not thinking that they don't exist! When "bootstraping" a toolchain the 'glibc-something' and the 'glibc-devel-something' packages will be the "minimum glibc" to be installed! The 'glibc-debug-something', 'glibc-prof-something' etc. extra packages are not necessary....
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |