summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-04-25 14:43:46 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-04-25 14:43:46 (GMT)
commit6dcc8823f70c2ed7014db39d9700de2d1dd89b9e (patch)
tree5d5f311227b824aced6be8aea17d9de4b78ea474
parent00edcaf3a788360479c32e2ecf7a288a186a2fb2 (diff)
parente1dc1d1374cbae7b2320169809c8d999461abf28 (diff)
Merge pull request #69 from UoMCS/master
Update case-sensitivity information for Cygwin
-rw-r--r--docs/B - Known issues.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/B - Known issues.txt b/docs/B - Known issues.txt
index 656ac34..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.