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]

Re: when is libgcc build


ÐÐÐÑÐ ÐÐÐÐÑÐÐÐ <dilyan.palauzov@aegee.org> 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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]