diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-30 14:33:07 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-30 14:33:07 +0200 |
commit | 76b459919f3d8e68c464239584bfbcedb2fe1fb8 (patch) | |
tree | 0c0f3e3a4a55cffb6cd934e7add625e2a6427f22 /docs | |
parent | 9cdba4a57cc03609783935a3e8b9c9355191f162 (diff) | |
download | crosstool-ng-76b459919f3d8e68c464239584bfbcedb2fe1fb8.tar.gz crosstool-ng-76b459919f3d8e68c464239584bfbcedb2fe1fb8.tar.bz2 crosstool-ng-76b459919f3d8e68c464239584bfbcedb2fe1fb8.zip |
docs: update the known issues
Diffstat (limited to 'docs')
-rw-r--r-- | docs/known-issues.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/known-issues.txt b/docs/known-issues.txt index 1b19bc1c..be7c3fad 100644 --- a/docs/known-issues.txt +++ b/docs/known-issues.txt @@ -80,3 +80,20 @@ Workaround: 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. + +-------------------------------- |