]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Added a note for Cygwin.
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Apr 2006 17:55:26 +0000 (17:55 +0000)
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>
Thu, 27 Apr 2006 17:55:26 +0000 (17:55 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@70 6f19259b-4bc3-4df7-8a09-765794883524

Tools/gcc/README.txt

index 0ec853d386f33341bff0addb7e4a2ba6a6c0e949..71c31a8aa763a6be199edee3917518a4ec92c9ba 100644 (file)
@@ -14,3 +14,16 @@ You will need
   bash\r
   and possibly others\r
 \r
+CYGWIN Notes\r
+\r
+You must have the directory mounted as binary, or the build will not succeed.\r
+In the example below, /workspace is mounted as binary.\r
+\r
+C:\cygwin\bin on /usr/bin type user (textmode)\r
+C:\cygwin\lib on /usr/lib type user (textmode)\r
+c:\workspace on /workspace type system (binmode)\r
+C:\cygwin on / type user (textmode)\r
+c: on /cygdrive/c type user (textmode,noumount)\r
+n: on /cygdrive/n type user (textmode,noumount)\r
+\r
+\r