diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-20 23:52:39 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-20 23:52:39 +0200 |
commit | 274a8580ebd1e0fecd14b80be52fc0ce51e6bc46 (patch) | |
tree | c30aee55abfe0fed07effaef8fd43e0ba14cebc9 /docs | |
parent | c009897aeec4ac3265498664937b2b86870b9984 (diff) | |
download | crosstool-ng-274a8580ebd1e0fecd14b80be52fc0ce51e6bc46.tar.gz crosstool-ng-274a8580ebd1e0fecd14b80be52fc0ce51e6bc46.tar.bz2 crosstool-ng-274a8580ebd1e0fecd14b80be52fc0ce51e6bc46.zip |
docs: update known issues
Document the glibc build failures with male-3.82.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/B - Known issues.txt | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/B - Known issues.txt b/docs/B - Known issues.txt index c7ae9031..11c3c281 100644 --- a/docs/B - Known issues.txt +++ b/docs/B - Known issues.txt @@ -193,3 +193,21 @@ Workaround: Try setting "Force unwind support" in the "C-library" menu. -------------------------------- +Symptoms: + glibc start files and headers fail with: [/usr/include/limits.h] Error 1 + +Explanations: + The glibc Makefiles break with make-3.82. + +Status: + CURRENT + +Fix: + None so far. It would require some glibc hacking. + +Workaround: + There two possible workarounds: + 1- ask crosstool-NG to build make-3.81 just for this build session; + 2- manually install make-3.81 to take precedence over the system make. + +-------------------------------- |