diff -r 6e15a14224ef -r 46f27896bfc4 docs/known-issues.txt --- a/docs/known-issues.txt Tue Mar 03 17:39:51 2009 +0000 +++ b/docs/known-issues.txt Mon Mar 30 21:06:55 2009 +0000 @@ -75,7 +75,7 @@ -------------------------------- 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 @@ 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. + +--------------------------------