docs/known-issues.txt
changeset 1942 dd97222683a3
parent 1714 5d693a13c84a
child 2032 278df575fe4b
     1.1 --- a/docs/known-issues.txt	Fri Jan 08 18:48:21 2010 +0000
     1.2 +++ b/docs/known-issues.txt	Fri Apr 30 14:33:07 2010 +0200
     1.3 @@ -80,3 +80,20 @@
     1.4    Disable the cross-ldd build.
     1.5  
     1.6  --------------------------------
     1.7 +Symptoms:
     1.8 +  On 64-bit build systems, the glibc (possibly eglibc too) build fails for
     1.9 +  64-bit targets, because it can not find libgcc.
    1.10 +
    1.11 +Explanations:
    1.12 +  This issue has been observed when the companion libraries are built
    1.13 +  statically. For an unknown reason, in this case, the libgcc built by the
    1.14 +  core gcc is not located in the same place it is located when building
    1.15 +  with shared companion libraries.
    1.16 +
    1.17 +Fix:
    1.18 +  None so far.
    1.19 +
    1.20 +Workaround:
    1.21 +  Build shared companion libraries.
    1.22 +
    1.23 +--------------------------------