]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - Tools/gcc/README.txt
Add the gcc cross compile build scripts.
[mirror_edk2.git] / Tools / gcc / README.txt
... / ...
CommitLineData
1You may run these scripts to build a Tiano Cross compiler. They have been\r
2tested on Cygwin, OS X and Linux. You should expect to hack on these scripts to\r
3make them work on your system. You may need to install additional tools on your\r
4system to make the scripts work.\r
5\r
6You will need\r
7\r
8 A recent version of gcc that is able to produce executables for the machine\r
9 that you want to run this compiler on (the host machine).\r
10 wget or curl\r
11 tar\r
12 bzip\r
13 gzip\r
14 bash\r
15 and possibly others\r
16\r