aboutsummaryrefslogtreecommitdiff
path: root/docs/B - Known issues.txt
Commit message (Collapse)AuthorAgeFilesLines
* Move documents to github.ioAlexey Neyman2017-03-201-254/+0
| | | | | | Will be pulled into release tarball by a release script. Signed-off-by: Alexey Neyman <stilor@att.net>
* Update fix for case sensitivity on CygwinPaul Waring2015-04-231-2/+1
|
* Update case-sensitivity information for CygwinPaul Waring2015-04-231-2/+3
| | | | | | Cygwin no longer supports managed mounts, enabling case-sensitivity in Cygwin requires changing the registry. FAQ number has also changed.
* eglibc: Remove eglibc supportBryan Hundven2015-01-271-6/+5
| | | | | | | | | | | | | | | | | | | As posted on http://www.eglibc.org/ ==================== EGLIBC is no longer developed and such goals are now being addressed directly in GLIBC. ==================== I'm not interested in maintaining build support for unsupported software. Older branches of crosstool-ng continue to have eglibc support. If you find issues with older branches, I'm always open to pull requests. Removing eglibc also frees up glibc cleanup and build optimization. Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
* docs: update my e-mailYann E. MORIN"2012-03-061-1/+1
| | | | | | | | Since anciens.enib.fr has been dead for two months now, without any hope of recovery, update my e-mail to point to @free.fr instead. Reported-by: "Bryan Hundven" <bryanhundven@gmail.com> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
* docs/known-issues: add note about build issue on x86_64 with 32bit userspaceJohannes Stezenbach2012-02-131-0/+20
| | | | Signed-off-by: Johannes Stezenbach <js@sig21.net>
* docs/known-issues: add the infamous "mixed implicit and normal rules"Yann E. MORIN"2011-09-161-3/+25
| | | | | | | make-3.82 now refuses to have both normal and implicit rules in the same definition, so document the issue with a known workaround. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: update known issuesYann E. MORIN"2011-07-201-0/+18
| | | | | | Document the glibc build failures with male-3.82. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* misc: fix more typos here and there...Yann E. MORIN"2011-07-171-2/+2
| | | | | Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* misc: fix typosYann E. MORIN"2011-07-171-1/+1
| | | | | Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: add a status for know issuesYann E. MORIN"2011-04-071-0/+32
| | | | | | | | | | | | | As time passes, a known issues can be no longer applicable (because the component has been fixed, or a workaround ahs been added in the crosstool-NG scripts/config...). Some may also be unconfirmed, with no way to easily trigger the error, or applies to old versions of components... Add a status for every known issues. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: use the error message in the known issues titlesYann E. MORIN"2011-04-071-7/+5
| | | | | | This helps users find the appropriate known issue entry. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: add known issue about missing forced unwind supportYann E. MORIN"2011-04-071-0/+17
| | | | | | This has been reported many times, and has become a FAQ. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
* docs: split into multiple filesYann E. MORIN"2010-08-141-0/+148
The overview.txt file has evolved into more than just an overview. Split it into chapters, and include the misc tutorials. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>