summaryrefslogtreecommitdiff
path: root/docs/known-issues.txt
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-30 21:06:55 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-30 21:06:55 (GMT)
commitbf830991a6209c2ba5ae35d7ce114884a57304f6 (patch)
treefc3eb82209773bb67172435b5502139e4da08439 /docs/known-issues.txt
parenta1e353193f0675f29d0106c30b0fa44aa8c73365 (diff)
Document failure to build the uClibc cross-ldd under Cygwin as a known issue.
/trunk/docs/known-issues.txt | 16 15 1 0 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-)
Diffstat (limited to 'docs/known-issues.txt')
-rw-r--r--docs/known-issues.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/known-issues.txt b/docs/known-issues.txt
index ffb8e4a..3c7eaab 100644
--- a/docs/known-issues.txt
+++ b/docs/known-issues.txt
@@ -75,7 +75,7 @@ Workaround:
--------------------------------
Symptoms:
- The extract and/or path steps fail under cygwin.
+ The extract and/or path steps fail under Cygwin.
Explanations:
This is not related to crosstool-NG. Mounts under Cygwin are by default not
@@ -90,3 +90,17 @@ Workaround:
None.
--------------------------------
+Symptoms:
+ uClibc fails to build under Cygwin.
+
+Explanations:
+ With uClibc, it is possible to build a cross-ldd. Unfortunately, it is
+ not (currently) possible to build this cross-ldd under Cygwin.
+
+Fix:
+ None so far.
+
+Workaround:
+ Disable the cross-ldd build.
+
+--------------------------------