summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
+
+--------------------------------