summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-04-27 17:55:26 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-04-27 17:55:26 +0000
commit63ee273cb0667491a5e96512992dca6a0873c147 (patch)
treeaf6b8cd932fb2c4cb4976508a778fee7a99ff87e
parentba40a5844dcce81be6861b6fc37af852ed053033 (diff)
downloadedk2-63ee273cb0667491a5e96512992dca6a0873c147.zip
edk2-63ee273cb0667491a5e96512992dca6a0873c147.tar.gz
edk2-63ee273cb0667491a5e96512992dca6a0873c147.tar.bz2
Added a note for Cygwin.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@70 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--Tools/gcc/README.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Tools/gcc/README.txt b/Tools/gcc/README.txt
index 0ec853d..71c31a8 100644
--- a/Tools/gcc/README.txt
+++ b/Tools/gcc/README.txt
@@ -14,3 +14,16 @@ You will need
bash
and possibly others
+CYGWIN Notes
+
+You must have the directory mounted as binary, or the build will not succeed.
+In the example below, /workspace is mounted as binary.
+
+C:\cygwin\bin on /usr/bin type user (textmode)
+C:\cygwin\lib on /usr/lib type user (textmode)
+c:\workspace on /workspace type system (binmode)
+C:\cygwin on / type user (textmode)
+c: on /cygdrive/c type user (textmode,noumount)
+n: on /cygdrive/n type user (textmode,noumount)
+
+