ÐÐÐÑÐ ÐÐÐÐÑÐÐÐ <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