Merge pull request #69 from UoMCS/master

Update case-sensitivity information for Cygwin
This commit is contained in:
Bryan Hundven 2015-04-25 07:43:46 -07:00
commit 6dcc8823f7

View File

@ -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.