diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-04-25 07:43:46 -0700 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-04-25 07:43:46 -0700 |
commit | 6dcc8823f70c2ed7014db39d9700de2d1dd89b9e (patch) | |
tree | 5d5f311227b824aced6be8aea17d9de4b78ea474 | |
parent | 00edcaf3a788360479c32e2ecf7a288a186a2fb2 (diff) | |
parent | e1dc1d1374cbae7b2320169809c8d999461abf28 (diff) | |
download | crosstool-ng-6dcc8823f70c2ed7014db39d9700de2d1dd89b9e.tar.gz crosstool-ng-6dcc8823f70c2ed7014db39d9700de2d1dd89b9e.tar.bz2 crosstool-ng-6dcc8823f70c2ed7014db39d9700de2d1dd89b9e.zip |
Merge pull request #69 from UoMCS/master
Update case-sensitivity information for Cygwin
-rw-r--r-- | docs/B - Known issues.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/B - Known issues.txt b/docs/B - Known issues.txt index 656ac343..1d2db198 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. |