This is the mail archive of the gcc@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] | |
Hi,I guess "for totally self-built Linux-from-scratch" systems, not cross toolchains for usual Linuces like
Until now i have only build cross toolchains for linux systems.
Usually i build crossgcc in 2 parts, one is before glibc is built ,For usual Linuces the glibc is already built and included with the Linux distro. Just as are all those
the other is after glibc is built.
As told, this is the expected way to build a crosscompiler for Linux - to build it in only one stage!Is there any way where i can skip the step glibc and build the whole gcc compiler.
If yes how do i build the whole gcc without glibc. I have binutils forThe mips-elf target uses (usually) newlib as its target C library. And there is that '--with-newlib'
the target already installed.
I only need c and c++ languages. I doing it for vr4131 (mips-elf) target.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |