docs/known-issues.txt
changeset 1280 46f27896bfc4
parent 1218 6e15a14224ef
child 1306 f20d75f9afcb
child 1551 8c40b842e798
     1.1 --- a/docs/known-issues.txt	Tue Mar 03 17:39:51 2009 +0000
     1.2 +++ b/docs/known-issues.txt	Mon Mar 30 21:06:55 2009 +0000
     1.3 @@ -75,7 +75,7 @@
     1.4  
     1.5  --------------------------------
     1.6  Symptoms:
     1.7 -  The extract and/or path steps fail under cygwin.
     1.8 +  The extract and/or path steps fail under Cygwin.
     1.9  
    1.10  Explanations:
    1.11    This is not related to crosstool-NG. Mounts under Cygwin are by default not
    1.12 @@ -90,3 +90,17 @@
    1.13    None.
    1.14  
    1.15  --------------------------------
    1.16 +Symptoms:
    1.17 +  uClibc fails to build under Cygwin.
    1.18 +
    1.19 +Explanations:
    1.20 +  With uClibc, it is possible to build a cross-ldd. Unfortunately, it is
    1.21 +  not (currently) possible to build this cross-ldd under Cygwin.
    1.22 +
    1.23 +Fix:
    1.24 +  None so far.
    1.25 +
    1.26 +Workaround:
    1.27 +  Disable the cross-ldd build.
    1.28 +
    1.29 +--------------------------------