summaryrefslogtreecommitdiff
path: root/docs/B - Known issues.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/B - Known issues.txt')
-rw-r--r--docs/B - Known issues.txt19
1 files changed, 9 insertions, 10 deletions
diff --git a/docs/B - Known issues.txt b/docs/B - Known issues.txt
index 271ce09..1d2db19 100644
--- a/docs/B - Known issues.txt
+++ b/docs/B - Known issues.txt
@@ -79,15 +79,15 @@ Symptoms:
Explanations:
This is not related to crosstool-NG. Mounts under Cygwin are by default not
- case-sensitive. You have to use so-called "managed" mounts. See:
- http://cygwin.com/faq.html section 4, question 32.
+ case-sensitive. You have to change a registry setting to disable
+ case-insensitivity. See:
+ http://cygwin.com/faq.html section 4, question 30.
Status:
DEPRECATED
Fix:
- Use "managed" mounts for the directories where you build *and* install your
- toolchains.
+ Change the registry value as per the instructions on the Cygwin website.
Workaround:
None.
@@ -111,7 +111,7 @@ Workaround:
--------------------------------
Symptoms:
- On 64-bit build systems, the glibc (possibly eglibc too) build fails for
+ On 64-bit build systems, the glibc build fails for
64-bit targets, because it can not find libgcc.
Explanations:
@@ -180,8 +180,7 @@ Symptoms:
Explanations:
The issue seems to be related to building NPTL on old versions
- of glibc (and possibly eglibc as well) on some architectures
- (seen on powerpc, s390, s390x and x86_64).
+ of glibc on some architectures (seen on powerpc, s390, s390x and x86_64).
Status:
CURRENT
@@ -197,13 +196,13 @@ Symptoms:
glibc start files and headers fail with: [/usr/include/limits.h] Error 1
Explanations:
- Old glibc (and eglibc) Makefiles break with make-3.82.
+ Old glibc Makefiles break with make-3.82.
Status:
CURRENT
Fix:
- None so far. It would require some glibc/eglibc hacking.
+ None so far. It would require some glibc hacking.
Workaround:
There two possible workarounds:
@@ -221,7 +220,7 @@ Symptoms:
The build fails with "mixed implicit and normal rules. Stop."
Explanations:
- Old glibc (and eglibc) Makefiles break with make-3.82.
+ Old glibc Makefiles break with make-3.82.
Status:
CURRENT