]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/gcc/README.txt
Add the gcc cross compile build scripts.
[mirror_edk2.git] / Tools / gcc / README.txt
diff --git a/Tools/gcc/README.txt b/Tools/gcc/README.txt
new file mode 100644 (file)
index 0000000..0ec853d
--- /dev/null
@@ -0,0 +1,16 @@
+You may run these scripts to build a Tiano Cross compiler. They have been\r
+tested on Cygwin, OS X and Linux. You should expect to hack on these scripts to\r
+make them work on your system. You may need to install additional tools on your\r
+system to make the scripts work.\r
+\r
+You will need\r
+\r
+  A recent version of gcc that is able to produce executables for the machine\r
+    that you want to run this compiler on (the host machine).\r
+  wget or curl\r
+  tar\r
+  bzip\r
+  gzip\r
+  bash\r
+  and possibly others\r
+\r