summaryrefslogtreecommitdiff
path: root/Tools/gcc/README.txt
diff options
context:
space:
mode:
authorbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-04-26 23:04:39 +0000
committerbbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524>2006-04-26 23:04:39 +0000
commitb8f302f88c4ea1cf48e5790f4776dd577549db2b (patch)
tree221cf559903e0a3931219eecbfe181202a716e29 /Tools/gcc/README.txt
parent22e0585cf8d24a7337400d5e49295737ffc000f2 (diff)
downloadedk2-platforms-b8f302f88c4ea1cf48e5790f4776dd577549db2b.tar.xz
Add the gcc cross compile build scripts.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@58 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/gcc/README.txt')
-rw-r--r--Tools/gcc/README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Tools/gcc/README.txt b/Tools/gcc/README.txt
new file mode 100644
index 0000000000..0ec853d386
--- /dev/null
+++ b/Tools/gcc/README.txt
@@ -0,0 +1,16 @@
+You may run these scripts to build a Tiano Cross compiler. They have been
+tested on Cygwin, OS X and Linux. You should expect to hack on these scripts to
+make them work on your system. You may need to install additional tools on your
+system to make the scripts work.
+
+You will need
+
+ A recent version of gcc that is able to produce executables for the machine
+ that you want to run this compiler on (the host machine).
+ wget or curl
+ tar
+ bzip
+ gzip
+ bash
+ and possibly others
+