Re: when is libgcc build

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ÐÐÐÑÐ ÐÐÐÐÑÐÐÐ <dilyan.palauzov@xxxxxxxxx> writes:

> Could you please help me how to build libgcc in gcc without dependency
> on libc, or how to build libc for x86_64 with gcc, that was not built
> with --enable-targets=all ?

The problem is the shared libgcc.  You will need to start with a static
libgcc, and use that to build glibc, and then build gcc again to get a
shared libgcc.  To get a static libgcc, configure gcc with
--disable-shared.

Ian



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux