diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-30 21:06:55 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-30 21:06:55 +0000 |
commit | bf830991a6209c2ba5ae35d7ce114884a57304f6 (patch) | |
tree | fc3eb82209773bb67172435b5502139e4da08439 /docs | |
parent | a1e353193f0675f29d0106c30b0fa44aa8c73365 (diff) | |
download | crosstool-ng-bf830991a6209c2ba5ae35d7ce114884a57304f6.tar.gz crosstool-ng-bf830991a6209c2ba5ae35d7ce114884a57304f6.tar.bz2 crosstool-ng-bf830991a6209c2ba5ae35d7ce114884a57304f6.zip |
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')
-rw-r--r-- | docs/known-issues.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/known-issues.txt b/docs/known-issues.txt index ffb8e4a2..3c7eaab5 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. + +-------------------------------- |