Document failure to build the uClibc cross-ldd under Cygwin as a known issue.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Mar 30 21:06:55 2009 +0000 (2009-03-30)
changeset 128046f27896bfc4
parent 1279 c8ffc85b7a64
child 1281 12a2991fcffb
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(-)
docs/known-issues.txt
     1.1 --- a/docs/known-issues.txt	Mon Mar 30 20:17:46 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 +--------------------------------