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
This commit is contained in:
bbahnsen
2006-04-26 23:04:39 +00:00
parent 22e0585cf8
commit b8f302f88c
3 changed files with 294 additions and 0 deletions

16
Tools/gcc/README.txt Normal file
View File

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