# HG changeset patch # User "Yann E. MORIN" # Date 1272630787 -7200 # Node ID dd97222683a3138bf8a246c8ef5d60ab529c774b # Parent 591a6de0f04d4c668aa15947532a6693fdc181cc docs: update the known issues diff -r 591a6de0f04d -r dd97222683a3 docs/known-issues.txt --- a/docs/known-issues.txt Fri Apr 30 14:28:14 2010 +0200 +++ b/docs/known-issues.txt Fri Apr 30 14:33:07 2010 +0200 @@ -80,3 +80,20 @@ Disable the cross-ldd build. -------------------------------- +Symptoms: + On 64-bit build systems, the glibc (possibly eglibc too) build fails for + 64-bit targets, because it can not find libgcc. + +Explanations: + This issue has been observed when the companion libraries are built + statically. For an unknown reason, in this case, the libgcc built by the + core gcc is not located in the same place it is located when building + with shared companion libraries. + +Fix: + None so far. + +Workaround: + Build shared companion libraries. + +--------------------------------